summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-03 05:02:26 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-03 05:02:26 +0000
commitf44dc882c96f2ffe1f28aa886e4bc59d2f31329b (patch)
treeb39042fb6b8bc3efdd0dda0bf2479b84718dd6b1
parentbeb3094cf29fb08cae271aadb24bbbf6078d38c9 (diff)
downloadohai-f44dc882c96f2ffe1f28aa886e4bc59d2f31329b.tar.gz
Bump version to 17.2.1 by Chef Expeditorv17.2.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 d6912a6a..46abab5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.2.0 -->
-## [v17.2.0](https://github.com/chef/ohai/tree/v17.2.0) (2021-06-17)
+<!-- latest_release 17.2.1 -->
+## [v17.2.1](https://github.com/chef/ohai/tree/v17.2.1) (2021-07-03)
#### Merged Pull Requests
-- Add Virtuozzo as RHEL platform_family [#1670](https://github.com/chef/ohai/pull/1670) ([robertmasztalerz](https://github.com/robertmasztalerz))
+- Update rubocop-performance requirement from 1.10.2 to 1.11.3 [#1678](https://github.com/chef/ohai/pull/1678) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.1.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update rubocop-performance requirement from 1.10.2 to 1.11.3 [#1678](https://github.com/chef/ohai/pull/1678) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.2.1 -->
- Add Virtuozzo as RHEL platform_family [#1670](https://github.com/chef/ohai/pull/1670) ([robertmasztalerz](https://github.com/robertmasztalerz)) <!-- 17.2.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index b60b376a..4ccd527b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.2.0 \ No newline at end of file
+17.2.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 735866b8..5bd0d7bf 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.2.0"
+ VERSION = "17.2.1"
end