diff --git a/CHANGELOG.md b/CHANGELOG.md index eed594758..5d8e30a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.0.9](https://github.com/chef/ohai/tree/v18.0.9) (2022-03-16) + +## [v18.0.10](https://github.com/chef/ohai/tree/v18.0.10) (2022-04-07) #### Merged Pull Requests -- [mdadm] Record array UUID [#1742](https://github.com/chef/ohai/pull/1742) ([saravan2](https://github.com/saravan2)) +- Updating For Ruby 3.1 [#1744](https://github.com/chef/ohai/pull/1744) ([johnmccrae](https://github.com/johnmccrae)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updating For Ruby 3.1 [#1744](https://github.com/chef/ohai/pull/1744) ([johnmccrae](https://github.com/johnmccrae)) - [mdadm] Record array UUID [#1742](https://github.com/chef/ohai/pull/1742) ([saravan2](https://github.com/saravan2)) - Stop checking encoding names [#1735](https://github.com/chef/ohai/pull/1735) ([casperisfine](https://github.com/casperisfine)) - Network: Add support for parsing multipath routing [#1736](https://github.com/chef/ohai/pull/1736) ([anitazha](https://github.com/anitazha)) diff --git a/VERSION b/VERSION index ed0c79eb1..ac9886ab3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.0.9 \ No newline at end of file +18.0.10 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d2e79d84d..b2243e277 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "18.0.9" + VERSION = "18.0.10" end