diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb207d75..bd08efd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v13.9.4](https://github.com/chef/ohai/tree/v13.9.4) (2018-07-09) + +## [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)) ### 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)) - Properly detect Amazon Linux 2 final release platform version [#1215](https://github.com/chef/ohai/pull/1215) ([tas50](https://github.com/tas50)) - Detect Redhat Openstack clusters [#1216](https://github.com/chef/ohai/pull/1216) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index e409a9ea0..62f8ce01f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.9.4 \ No newline at end of file +13.9.5 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 04c118a79..b3aef93c6 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.4" + VERSION = "13.9.5" end