From b846145fdce2fbb21b760ad83b1b54a49c43ba8a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 21 Feb 2023 20:25:27 +0000 Subject: Bump version to 18.1.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864575c4..329378bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v18.1.1](https://github.com/chef/ohai/tree/v18.1.1) (2023-02-21) + +#### Merged Pull Requests +- Calling yajl parser only once [#1786](https://github.com/chef/ohai/pull/1786) ([rnt](https://github.com/rnt)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- 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 d576022c..adeb6ee8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.0 \ No newline at end of file +18.1.1 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 94a8c8a1..91eb988f 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.0" + VERSION = "18.1.1" end -- cgit v1.2.1