summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-27 17:46:36 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-27 17:46:36 +0000
commite86d186661a599703fe929497b33c5f7a3257d49 (patch)
tree1d3d0a16c6e024a3445061fee76ef164af95eb0f
parentec2028593786dab821a0859e76bcc5c65ca8d70c (diff)
downloadohai-e86d186661a599703fe929497b33c5f7a3257d49.tar.gz
Bump version to 17.9.1 by Chef Expeditorv17.9.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 6b41b995..0ead14af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 17.9.1 -->
+## [v17.9.1](https://github.com/chef/ohai/tree/v17.9.1) (2021-12-27)
+
+#### 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]))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=17.9.0 -->
+### Changes not yet released to rubygems.org
+
+#### 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])) <!-- 17.9.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index b745bcd2..d61534ca 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.9.0 \ No newline at end of file
+17.9.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 583f586e..12249d11 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.0"
+ VERSION = "17.9.1"
end