From 2e50375e551a681753ded1110a8c7844df032eb9 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 10 Aug 2020 19:14:02 +0000 Subject: Bump version to 16.4.7 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 ebbf0a8a..1f9e82e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.4.6](https://github.com/chef/ohai/tree/v16.4.6) (2020-08-10) + +## [v16.4.7](https://github.com/chef/ohai/tree/v16.4.7) (2020-08-10) #### Merged Pull Requests -- Remove unused systemu dependency [#1490](https://github.com/chef/ohai/pull/1490) ([tas50](https://github.com/tas50)) +- Remove non-Ohai requires from specs to prevent false positives [#1494](https://github.com/chef/ohai/pull/1494) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Remove non-Ohai requires from specs to prevent false positives [#1494](https://github.com/chef/ohai/pull/1494) ([tas50](https://github.com/tas50)) - Remove unused systemu dependency [#1490](https://github.com/chef/ohai/pull/1490) ([tas50](https://github.com/tas50)) - Minor memory optimizations [#1491](https://github.com/chef/ohai/pull/1491) ([tas50](https://github.com/tas50)) - Simplify FIPS plugin and use system fips status [#1489](https://github.com/chef/ohai/pull/1489) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index d8482c38..e99c2151 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.4.6 \ No newline at end of file +16.4.7 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 9511aa96..6047dd40 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.6".freeze + VERSION = "16.4.7".freeze end -- cgit v1.2.1