From c63a8dca74db3fd542a082c7b6626ff497904290 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 28 Mar 2023 20:18:04 +0000 Subject: Bump version to 18.1.4 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 4b4e6bfb..62084326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v18.1.4](https://github.com/chef/ohai/tree/v18.1.4) (2023-03-28) + +#### Merged Pull Requests +- Add support for macOS Rapid Security Response updates [#1788](https://github.com/chef/ohai/pull/1788) ([nstrauss](https://github.com/nstrauss)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Add support for macOS Rapid Security Response updates [#1788](https://github.com/chef/ohai/pull/1788) ([nstrauss](https://github.com/nstrauss)) diff --git a/VERSION b/VERSION index e9197468..cc8c515e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.3 \ No newline at end of file +18.1.4 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 35c5fccc..5b05298d 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.3" + VERSION = "18.1.4" end -- cgit v1.2.1