summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-20 01:13:34 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-20 01:13:34 +0000
commitdf78bd2e578ad59b3ef13bc4551a49694e27d1b1 (patch)
tree3d07daa8bdf75f671c5d4e0fba382b6e200b639d
parent035befeb47255eb3401c8450930247d624b0effd (diff)
downloadohai-16.0.6.tar.gz
Bump version to 16.0.6 by Chef Expeditorv16.0.6
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff7619be..71b3808b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.5 -->
-## [v16.0.5](https://github.com/chef/ohai/tree/v16.0.5) (2020-02-20)
+<!-- latest_release 16.0.6 -->
+## [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))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### 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)) <!-- 16.0.6 -->
- Chefstyle fixes from Rubocop 0.80 [#1431](https://github.com/chef/ohai/pull/1431) ([tas50](https://github.com/tas50)) <!-- 16.0.5 -->
- Replace filesystem with filesystem2 on aix/solaris/bsd [#1426](https://github.com/chef/ohai/pull/1426) ([tas50](https://github.com/tas50)) <!-- 16.0.4 -->
- fix [#1406]: ensure optional_plugins to be array of symbols [#1408](https://github.com/chef/ohai/pull/1408) ([salzig](https://github.com/salzig)) <!-- 16.0.3 -->
diff --git a/VERSION b/VERSION
index 89cf4557..c299cb4a 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 dad8eca0..045b5c08 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