From e595ab330b4a31beb2dafbcfe5eb561ea8c7b93c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 28 Feb 2023 23:45:37 +0000 Subject: Bump version to 18.1.2 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 329378bd..e21a75c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.1](https://github.com/chef/ohai/tree/v18.1.1) (2023-02-21) + +## [v18.1.2](https://github.com/chef/ohai/tree/v18.1.2) (2023-02-28) #### Merged Pull Requests -- Calling yajl parser only once [#1786](https://github.com/chef/ohai/pull/1786) ([rnt](https://github.com/rnt)) +- [block_device] Record firmware revision of nvme block devices [#1787](https://github.com/chef/ohai/pull/1787) ([saravan2](https://github.com/saravan2)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- [block_device] Record firmware revision of nvme block devices [#1787](https://github.com/chef/ohai/pull/1787) ([saravan2](https://github.com/saravan2)) - Calling yajl parser only once [#1786](https://github.com/chef/ohai/pull/1786) ([rnt](https://github.com/rnt)) diff --git a/VERSION b/VERSION index adeb6ee8..54ce184f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.1 \ No newline at end of file +18.1.2 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 91eb988f..fd4747dc 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.1.1" + VERSION = "18.1.2" end -- cgit v1.2.1