diff --git a/CHANGELOG.md b/CHANGELOG.md index 5542afb2e..275acf80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.9.3](https://github.com/chef/ohai/tree/v17.9.3) (2023-08-01) + +## [v17.9.4](https://github.com/chef/ohai/tree/v17.9.4) (2023-09-12) #### Merged Pull Requests -- Fetch the user-data on Alibaba Cloud correctly [#1802](https://github.com/chef/ohai/pull/1802) ([ETiV](https://github.com/ETiV)) +- [backport] PR1758 [#1808](https://github.com/chef/ohai/pull/1808) ([johnmccrae](https://github.com/johnmccrae)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- [backport] PR1758 [#1808](https://github.com/chef/ohai/pull/1808) ([johnmccrae](https://github.com/johnmccrae)) - Fetch the user-data on Alibaba Cloud correctly [#1802](https://github.com/chef/ohai/pull/1802) ([ETiV](https://github.com/ETiV)) diff --git a/VERSION b/VERSION index 1b407b134..77ef51989 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.9.3 \ No newline at end of file +17.9.4 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 8a1c407f2..1b6097b9b 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.9.3" + VERSION = "17.9.4" end