diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7619bec..71b3808b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.0.5](https://github.com/chef/ohai/tree/v16.0.5) (2020-02-20) + +## [v16.0.6](https://github.com/chef/ohai/tree/v16.0.6) (2020-02-20) #### Merged Pull Requests -- Chefstyle fixes from Rubocop 0.80 [#1431](https://github.com/chef/ohai/pull/1431) ([tas50](https://github.com/tas50)) +- Minor testing updates [#1432](https://github.com/chef/ohai/pull/1432) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Minor testing updates [#1432](https://github.com/chef/ohai/pull/1432) ([tas50](https://github.com/tas50)) - Chefstyle fixes from Rubocop 0.80 [#1431](https://github.com/chef/ohai/pull/1431) ([tas50](https://github.com/tas50)) - Replace filesystem with filesystem2 on aix/solaris/bsd [#1426](https://github.com/chef/ohai/pull/1426) ([tas50](https://github.com/tas50)) - fix [#1406]: ensure optional_plugins to be array of symbols [#1408](https://github.com/chef/ohai/pull/1408) ([salzig](https://github.com/salzig)) diff --git a/VERSION b/VERSION index 89cf45573..c299cb4a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.0.5 \ No newline at end of file +16.0.6 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index dad8eca0e..045b5c08a 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 = "16.0.5".freeze + VERSION = "16.0.6".freeze end