From a2c2f9658402406dcbfb8e205dc6086ad38cb0d6 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 7 Dec 2021 20:54:12 +0000 Subject: Bump version to 17.7.14 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 6b03ad49..aa6c8fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.7.13](https://github.com/chef/ohai/tree/v17.7.13) (2021-12-06) + +## [v17.7.14](https://github.com/chef/ohai/tree/v17.7.14) (2021-12-07) #### Merged Pull Requests -- Fix parsing bug in the rpm plugin [#1719](https://github.com/chef/ohai/pull/1719) ([davide125](https://github.com/davide125)) +- log plugin exception at warn level [#1668](https://github.com/chef/ohai/pull/1668) ([andyjdavis](https://github.com/andyjdavis)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- log plugin exception at warn level [#1668](https://github.com/chef/ohai/pull/1668) ([andyjdavis](https://github.com/andyjdavis)) - Fix parsing bug in the rpm plugin [#1719](https://github.com/chef/ohai/pull/1719) ([davide125](https://github.com/davide125)) diff --git a/VERSION b/VERSION index 6c59226c..84ac7dbb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.7.13 \ No newline at end of file +17.7.14 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 37b87f85..8548b14f 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "17.7.13" + VERSION = "17.7.14" end -- cgit v1.2.1