diff --git a/CHANGELOG.md b/CHANGELOG.md index ceebeca76..d61827657 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 4489cf534..4dda9243e 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 638547c5b..bf69a1a9b 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