Skip to content

Commit

Permalink
Bump version to 13.9.5 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Jul 9, 2018
1 parent 1999a75 commit fcfb9b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change Log

<!-- latest_release 13.9.4 -->
## [v13.9.4](https://github.com/chef/ohai/tree/v13.9.4) (2018-07-09)
<!-- latest_release 13.9.5 -->
## [v13.9.5](https://github.com/chef/ohai/tree/v13.9.5) (2018-07-09)

#### Merged Pull Requests
- Properly detect Amazon Linux 2 final release platform version [#1215](https://github.com/chef/ohai/pull/1215) ([tas50](https://github.com/tas50))
- Prep 13.10 release [#1220](https://github.com/chef/ohai/pull/1220) ([tas50](https://github.com/tas50))
<!-- latest_release -->

<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release

#### Merged Pull Requests
- Prep 13.10 release [#1220](https://github.com/chef/ohai/pull/1220) ([tas50](https://github.com/tas50)) <!-- 13.9.5 -->
- Properly detect Amazon Linux 2 final release platform version [#1215](https://github.com/chef/ohai/pull/1215) ([tas50](https://github.com/tas50)) <!-- 13.9.4 -->
- Detect Redhat Openstack clusters [#1216](https://github.com/chef/ohai/pull/1216) ([tas50](https://github.com/tas50)) <!-- 13.9.3 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.9.4
13.9.5
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = "13.9.4"
VERSION = "13.9.5"
end

0 comments on commit fcfb9b0

Please sign in to comment.