summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-06 15:40:46 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-06 15:40:46 +0000
commitbddccd3bb3b3ce79c48ee9a05d1bb4488938bfc5 (patch)
tree67b187ce620931e03eef0a167c68b30b22b1eb57
parent16f5f7f4426b4454f70a7451e3ee4a6d84b39d2a (diff)
downloadohai-bddccd3bb3b3ce79c48ee9a05d1bb4488938bfc5.tar.gz
Bump version to 17.9.2 by Chef Expeditorv17.9.2
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 0ead14af..71bf86ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.9.1 -->
-## [v17.9.1](https://github.com/chef/ohai/tree/v17.9.1) (2021-12-27)
+<!-- latest_release 17.9.2 -->
+## [v17.9.2](https://github.com/chef/ohai/tree/v17.9.2) (2022-01-06)
#### Merged Pull Requests
-- 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]))
+- 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]))
<!-- latest_release -->
<!-- release_rollup since=17.9.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index d61534ca..2f628a59 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.9.1 \ No newline at end of file
+17.9.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 12249d11..d9e088a7 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.9.1"
+ VERSION = "17.9.2"
end