diff --git a/CHANGELOG.md b/CHANGELOG.md index 228f7835f..b2b8c4c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.7.3](https://github.com/chef/ohai/tree/v17.7.3) (2021-10-20) + +## [v17.7.4](https://github.com/chef/ohai/tree/v17.7.4) (2021-10-21) #### Merged Pull Requests -- Exec ohai on macOS and Windows in tests [#1701](https://github.com/chef/ohai/pull/1701) ([tas50](https://github.com/tas50)) +- Add unit testing on windows [#1680](https://github.com/chef/ohai/pull/1680) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add unit testing on windows [#1680](https://github.com/chef/ohai/pull/1680) ([tas50](https://github.com/tas50)) - Exec ohai on macOS and Windows in tests [#1701](https://github.com/chef/ohai/pull/1701) ([tas50](https://github.com/tas50)) - Run macos unit tests in GitHub Actions [#1700](https://github.com/chef/ohai/pull/1700) ([tas50](https://github.com/tas50)) - Fix handling of remote targets for Ohai [#1698](https://github.com/chef/ohai/pull/1698) ([tecracer-theinen](https://github.com/tecracer-theinen)) diff --git a/VERSION b/VERSION index a87cdff56..3c054a268 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.7.3 \ No newline at end of file +17.7.4 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 26cfdc9eb..239299639 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.7.3" + VERSION = "17.7.4" end