summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-28 20:18:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-28 20:18:04 +0000
commitc63a8dca74db3fd542a082c7b6626ff497904290 (patch)
tree310d7868f60889f7526988ae808a91bf0ec726a7
parent3616264798b16235dc06c976f9587ec610189897 (diff)
downloadohai-c63a8dca74db3fd542a082c7b6626ff497904290.tar.gz
Bump version to 18.1.4 by Chef Expeditorv18.1.4
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
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
-<!-- latest_release -->
+<!-- latest_release 18.1.4 -->
+## [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))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=18.1.3 -->
+### 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)) <!-- 18.1.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
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