diff --git a/CHANGELOG.md b/CHANGELOG.md index 442c27c83..111a94233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v13.9.1](https://github.com/chef/ohai/tree/v13.9.1) (2018-06-04) + +## [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)) ### 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)) - 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)) diff --git a/VERSION b/VERSION index f8b8809d0..8b723ee01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.9.1 \ No newline at end of file +13.9.2 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 82d0442f4..5719e4c48 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "13.9.1" + VERSION = "13.9.2" end