summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 03:43:51 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 03:43:51 +0000
commitea979c15f3293e54bf516b81379e0234e185e9c0 (patch)
tree1c082626e6d6bd049d5ae9b7813153d0da6a1660
parent6757d773f3184f4d93792fb78c20ad66574fd91f (diff)
downloadohai-16.5.0.tar.gz
Bump version to 16.5.0 by Chef Expeditorv16.5.0
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 b8697043..ebdd37c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.16 -->
-## [v16.4.16](https://github.com/chef/ohai/tree/v16.4.16) (2020-09-09)
+<!-- latest_release 16.5.0 -->
+## [v16.5.0](https://github.com/chef/ohai/tree/v16.5.0) (2020-09-09)
#### Merged Pull Requests
-- Resolve RuboCop Style/RedundantParentheses warnings [#1508](https://github.com/chef/ohai/pull/1508) ([tas50](https://github.com/tas50))
+- Add MacOS packages support [#1505](https://github.com/chef/ohai/pull/1505) ([mattray](https://github.com/mattray))
<!-- latest_release -->
<!-- release_rollup since=16.4.12 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add MacOS packages support [#1505](https://github.com/chef/ohai/pull/1505) ([mattray](https://github.com/mattray)) <!-- 16.5.0 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 9136e76d..d9617ea1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.16 \ No newline at end of file
+16.5.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 2bb87acc..ded01f6c 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.16".freeze
+ VERSION = "16.5.0".freeze
end