From 066bd7635ed71c25c73dd2735b0bce9b202235bf Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 6 Apr 2023 07:42:51 +0000 Subject: Bump version to 18.1.5 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 62084326..bf13d1af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.4](https://github.com/chef/ohai/tree/v18.1.4) (2023-03-28) + +## [v18.1.5](https://github.com/chef/ohai/tree/v18.1.5) (2023-04-06) #### Merged Pull Requests -- Add support for macOS Rapid Security Response updates [#1788](https://github.com/chef/ohai/pull/1788) ([nstrauss](https://github.com/nstrauss)) +- Adding files for onboarding the project to SonarQubes [#1792](https://github.com/chef/ohai/pull/1792) ([vinay-satish](https://github.com/vinay-satish)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Adding files for onboarding the project to SonarQubes [#1792](https://github.com/chef/ohai/pull/1792) ([vinay-satish](https://github.com/vinay-satish)) - 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 cc8c515e..e42ddf90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.4 \ No newline at end of file +18.1.5 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 5b05298d..7b933870 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.4" + VERSION = "18.1.5" end -- cgit v1.2.1