summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
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
-<!-- latest_release 18.1.4 -->
-## [v18.1.4](https://github.com/chef/ohai/tree/v18.1.4) (2023-03-28)
+<!-- latest_release 18.1.5 -->
+## [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))
<!-- latest_release -->
<!-- release_rollup since=18.1.3 -->
### 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)) <!-- 18.1.5 -->
- Add support for macOS Rapid Security Response updates [#1788](https://github.com/chef/ohai/pull/1788) ([nstrauss](https://github.com/nstrauss)) <!-- 18.1.4 -->
<!-- release_rollup -->
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