From 27eee823c1ae662094e36ee12506824c9ad9fea2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 8 Mar 2023 00:01:05 +0000 Subject: Bump version to 18.1.3 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 e21a75c5..4395dca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.2](https://github.com/chef/ohai/tree/v18.1.2) (2023-02-28) + +## [v18.1.3](https://github.com/chef/ohai/tree/v18.1.3) (2023-03-08) #### 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)) +- Updating files to account for Proxifier2 [#1789](https://github.com/chef/ohai/pull/1789) ([johnmccrae](https://github.com/johnmccrae)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updating files to account for Proxifier2 [#1789](https://github.com/chef/ohai/pull/1789) ([johnmccrae](https://github.com/johnmccrae)) - [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 54ce184f..e9197468 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.2 \ No newline at end of file +18.1.3 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index fd4747dc..35c5fccc 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.2" + VERSION = "18.1.3" end -- cgit v1.2.1