diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf75afc7..7e8d8a5bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.5.1](https://github.com/chef/ohai/tree/v17.5.1) (2021-08-25) + +## [v17.5.2](https://github.com/chef/ohai/tree/v17.5.2) (2021-08-27) #### Merged Pull Requests -- Update the list of EC2 metadata versions we support [#1690](https://github.com/chef/ohai/pull/1690) ([tas50](https://github.com/tas50)) +- Update chefstyle requirement from 2.0.8 to 2.0.9 [#1692](https://github.com/chef/ohai/pull/1692) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update chefstyle requirement from 2.0.8 to 2.0.9 [#1692](https://github.com/chef/ohai/pull/1692) ([dependabot[bot]](https://github.com/dependabot[bot])) - Update the list of EC2 metadata versions we support [#1690](https://github.com/chef/ohai/pull/1690) ([tas50](https://github.com/tas50)) - Update tests and links for the branch rename [#1691](https://github.com/chef/ohai/pull/1691) ([tas50](https://github.com/tas50)) - Update chefstyle requirement from 2.0.7 to 2.0.8 [#1686](https://github.com/chef/ohai/pull/1686) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index e2619c4b2..4489cf534 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.5.1 \ No newline at end of file +17.5.2 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index df1da04e4..638547c5b 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.1" + VERSION = "17.5.2" end