summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-05 19:24:55 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-05 19:24:55 +0000
commitbbd1822e6e8efe127b3e3e8cf8329a451e039310 (patch)
tree4b1838eec12a71e35d6d3fc98a9a2cf50365e965
parent95b3c8596752b3f407f18a60eb194b8e4ea9cfca (diff)
downloadohai-bbd1822e6e8efe127b3e3e8cf8329a451e039310.tar.gz
Bump version to 17.7.9 by Chef Expeditorv17.7.9
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 82df1d22..3b7ca5af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 17.7.9 -->
+## [v17.7.9](https://github.com/chef/ohai/tree/v17.7.9) (2021-11-05)
+
+#### Merged Pull Requests
+- Update rubocop-performance requirement from 1.11.5 to 1.12.0 [#1707](https://github.com/chef/ohai/pull/1707) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=17.7.8 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Update rubocop-performance requirement from 1.11.5 to 1.12.0 [#1707](https://github.com/chef/ohai/pull/1707) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.7.9 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index df3d0e05..43688224 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.8 \ No newline at end of file
+17.7.9 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e9fede64..54ac4e76 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.7.8"
+ VERSION = "17.7.9"
end