diff --git a/CHANGELOG.md b/CHANGELOG.md index 8909d1a49..4411e4066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v15.0.9](https://github.com/chef/ohai/tree/v15.0.9) (2018-11-26) + +## [v15.0.10](https://github.com/chef/ohai/tree/v15.0.10) (2018-11-26) #### Merged Pull Requests -- Remove old spec files [#1301](https://github.com/chef/ohai/pull/1301) ([tas50](https://github.com/tas50)) +- Remove circa ~2005 virtualization hypervisor detection [#1305](https://github.com/chef/ohai/pull/1305) ([tas50](https://github.com/tas50)) ### Changes since 14.6.2 release #### Merged Pull Requests +- Remove circa ~2005 virtualization hypervisor detection [#1305](https://github.com/chef/ohai/pull/1305) ([tas50](https://github.com/tas50)) - Remove old spec files [#1301](https://github.com/chef/ohai/pull/1301) ([tas50](https://github.com/tas50)) - Plugin to load hyper_v hostname from guest [#1303](https://github.com/chef/ohai/pull/1303) ([safematix](https://github.com/safematix)) - Adds more resilient GCE checking [#1292](https://github.com/chef/ohai/pull/1292) ([nathenharvey](https://github.com/nathenharvey)) diff --git a/VERSION b/VERSION index fc0504162..5a38f2010 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.9 \ No newline at end of file +15.0.10 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index b4367cc4a..51f4d9a66 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 = "15.0.9".freeze + VERSION = "15.0.10".freeze end