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