From 582a682e1c711709b282c20d3b1bfa03d1a39039 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 20 Feb 2020 01:09:51 +0000 Subject: [PATCH] Bump version to 16.0.5 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab993ded..ff7619bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.0.4](https://github.com/chef/ohai/tree/v16.0.4) (2020-01-30) + +## [v16.0.5](https://github.com/chef/ohai/tree/v16.0.5) (2020-02-20) #### Merged Pull Requests -- Replace filesystem with filesystem2 on aix/solaris/bsd [#1426](https://github.com/chef/ohai/pull/1426) ([tas50](https://github.com/tas50)) +- Chefstyle fixes from Rubocop 0.80 [#1431](https://github.com/chef/ohai/pull/1431) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- 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)) - Use is_a? to check the class in the DMI plugin [#1423](https://github.com/chef/ohai/pull/1423) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 42f48a766..89cf45573 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.0.4 \ No newline at end of file +16.0.5 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index f4fbecd1b..dad8eca0e 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.4".freeze + VERSION = "16.0.5".freeze end