From ecac9bc41e7aff16786af373029d685ac7f558d4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 7 Apr 2022 22:46:10 +0000 Subject: Bump version to 18.0.10 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed59475..5d8e30a4 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 ed0c79eb..ac9886ab 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 d2e79d84..b2243e27 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 -- cgit v1.2.1