From ec7429f93ee27a2070a540b1100843a46c2957a0 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 30 Sep 2021 17:19:56 +0000 Subject: Bump version to 17.5.3 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceebeca7..d6182765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v17.5.3](https://github.com/chef/ohai/tree/v17.5.3) (2021-09-30) + +#### Merged Pull Requests +- Update chefstyle requirement from 2.0.9 to 2.1.0 [#1695](https://github.com/chef/ohai/pull/1695) ([dependabot[bot]](https://github.com/dependabot[bot])) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update chefstyle requirement from 2.0.9 to 2.1.0 [#1695](https://github.com/chef/ohai/pull/1695) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index 4489cf53..4dda9243 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.5.2 \ No newline at end of file +17.5.3 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 638547c5..bf69a1a9 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.5.2" + VERSION = "17.5.3" end -- cgit v1.2.1