summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-21 20:25:27 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-21 20:25:27 +0000
commitb846145fdce2fbb21b760ad83b1b54a49c43ba8a (patch)
treeb4b066d6acf723ba6b02dc66cc6263dfacadb988
parent457778a73902592e3dca543b5a489290c72a5e16 (diff)
downloadohai-b846145fdce2fbb21b760ad83b1b54a49c43ba8a.tar.gz
Bump version to 18.1.1 by Chef Expeditorv18.1.1
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 864575c4..329378bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 18.1.1 -->
+## [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))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=18.1.0 -->
+### 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)) <!-- 18.1.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
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