summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 03:38:32 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 03:38:32 +0000
commitff104fb5f80842d619c1dcbe556f1bc59551c8a6 (patch)
tree4d954a51237b068f31e4beb369975c7ed4bbe6fc
parent31e9598d4dad6e66409db4358dec0a06f88de33d (diff)
downloadohai-ff104fb5f80842d619c1dcbe556f1bc59551c8a6.tar.gz
Bump version to 16.4.16 by Chef Expeditorv16.4.16
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 1e3db56a..b8697043 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.15 -->
-## [v16.4.15](https://github.com/chef/ohai/tree/v16.4.15) (2020-09-08)
+<!-- latest_release 16.4.16 -->
+## [v16.4.16](https://github.com/chef/ohai/tree/v16.4.16) (2020-09-09)
#### Merged Pull Requests
-- Update rubocop-performance from 1.7.1 to 1.8.0 &amp; cleanup spec helpers [#1506](https://github.com/chef/ohai/pull/1506) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
+- Resolve RuboCop Style/RedundantParentheses warnings [#1508](https://github.com/chef/ohai/pull/1508) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.4.12 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Resolve RuboCop Style/RedundantParentheses warnings [#1508](https://github.com/chef/ohai/pull/1508) ([tas50](https://github.com/tas50)) <!-- 16.4.16 -->
- Update rubocop-performance from 1.7.1 to 1.8.0 &amp; cleanup spec helpers [#1506](https://github.com/chef/ohai/pull/1506) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 16.4.15 -->
- Resolve new chefstyle warnings &amp; use safe navigators [#1507](https://github.com/chef/ohai/pull/1507) ([tas50](https://github.com/tas50)) <!-- 16.4.14 -->
- Migrate to the chef-utils helpers for which/shell_out [#1501](https://github.com/chef/ohai/pull/1501) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.4.13 -->
diff --git a/VERSION b/VERSION
index 44b72baa..9136e76d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.15 \ No newline at end of file
+16.4.16 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 8b8b573f..2bb87acc 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.4.15".freeze
+ VERSION = "16.4.16".freeze
end