summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-07 00:26:05 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-07 00:26:05 +0000
commitd3767223cc4c236967550c16d3e519bbfcb8ea4c (patch)
tree2ba3e708f8301c455d376493a30904ed47d32a95
parent40cccfadf02c5a0212a9a86915c1f9433d432ae6 (diff)
downloadohai-d3767223cc4c236967550c16d3e519bbfcb8ea4c.tar.gz
Bump version to 18.0.1 by Chef Expeditorv18.0.1
Obvious fix; these changes are the result of automation not creative thinking.
-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 26a2e8fe..61b6c749 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.0 -->
-## [v18.0.0](https://github.com/chef/ohai/tree/v18.0.0) (2022-01-07)
+<!-- latest_release 18.0.1 -->
+## [v18.0.1](https://github.com/chef/ohai/tree/v18.0.1) (2022-01-07)
#### Merged Pull Requests
-- Update version to 18 and allow chef-utils/config 18.x [#1722](https://github.com/chef/ohai/pull/1722) ([tas50](https://github.com/tas50))
+- Update rubocop-performance requirement from 1.13.0 to 1.13.1 [#1724](https://github.com/chef/ohai/pull/1724) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.9.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update rubocop-performance requirement from 1.13.0 to 1.13.1 [#1724](https://github.com/chef/ohai/pull/1724) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.1 -->
- Update version to 18 and allow chef-utils/config 18.x [#1722](https://github.com/chef/ohai/pull/1722) ([tas50](https://github.com/tas50)) <!-- 18.0.0 -->
- Update chefstyle requirement from 2.1.3 to 2.2.0 [#1725](https://github.com/chef/ohai/pull/1725) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.9.2 -->
- Update rubocop-performance requirement from 1.12.0 to 1.13.0 [#1723](https://github.com/chef/ohai/pull/1723) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.9.1 -->
diff --git a/VERSION b/VERSION
index 7eae4e2e..1bb332bc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.0
+18.0.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7a385a4a..c3af583b 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.0.0"
+ VERSION = "18.0.1"
end