Skip to content

Commit

Permalink
Bump version to 13.9.2 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Jun 4, 2018
1 parent 2972437 commit 47870bc
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.1 -->
## [v13.9.1](https://github.com/chef/ohai/tree/v13.9.1) (2018-06-04)
<!-- latest_release 13.9.2 -->
## [v13.9.2](https://github.com/chef/ohai/tree/v13.9.2) (2018-06-04)

#### Merged Pull Requests
- Fix an issue caused by using the wrong field in the AIX filesystem plugin [#1199](https://github.com/chef/ohai/pull/1199) ([tas50](https://github.com/tas50))
- Detect virtualization on newer AWS instance types. (m5) [#1201](https://github.com/chef/ohai/pull/1201) ([coderanger](https://github.com/coderanger))
<!-- latest_release -->

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

#### Merged Pull Requests
- Detect virtualization on newer AWS instance types. (m5) [#1201](https://github.com/chef/ohai/pull/1201) ([coderanger](https://github.com/coderanger)) <!-- 13.9.2 -->
- Fix an issue caused by using the wrong field in the AIX filesystem plugin [#1199](https://github.com/chef/ohai/pull/1199) ([tas50](https://github.com/tas50)) <!-- 13.9.1 -->
<!-- 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.1
13.9.2
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.1"
VERSION = "13.9.2"
end

0 comments on commit 47870bc

Please sign in to comment.