From ea979c15f3293e54bf516b81379e0234e185e9c0 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 9 Sep 2020 03:43:51 +0000 Subject: [PATCH] Bump version to 16.5.0 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 b86970435..ebdd37c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.4.16](https://github.com/chef/ohai/tree/v16.4.16) (2020-09-09) + +## [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)) ### 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)) - Resolve RuboCop Style/RedundantParentheses warnings [#1508](https://github.com/chef/ohai/pull/1508) ([tas50](https://github.com/tas50)) - Update rubocop-performance from 1.7.1 to 1.8.0 & cleanup spec helpers [#1506](https://github.com/chef/ohai/pull/1506) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Resolve new chefstyle warnings & use safe navigators [#1507](https://github.com/chef/ohai/pull/1507) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 9136e76dc..d9617ea1b 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 2bb87acc3..ded01f6c5 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