summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-05 19:28:56 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-05 19:28:56 +0000
commitd4b80519b7dc806025d0e2e217ead25e681f1601 (patch)
treeeb482955ff0e95086ac9b9016af0c264490a3a8a
parentfbd7cd7ada949747a47b66b79e79d8c97411d373 (diff)
downloadohai-d4b80519b7dc806025d0e2e217ead25e681f1601.tar.gz
Bump version to 17.7.10 by Chef Expeditorv17.7.10
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 3b7ca5af..2c264e25 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.9 -->
-## [v17.7.9](https://github.com/chef/ohai/tree/v17.7.9) (2021-11-05)
+<!-- latest_release 17.7.10 -->
+## [v17.7.10](https://github.com/chef/ohai/tree/v17.7.10) (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]))
+- Run the github actions test on 16-stable too [#1709](https://github.com/chef/ohai/pull/1709) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=17.7.8 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Run the github actions test on 16-stable too [#1709](https://github.com/chef/ohai/pull/1709) ([tas50](https://github.com/tas50)) <!-- 17.7.10 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 43688224..a1deeab7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.9 \ No newline at end of file
+17.7.10 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 54ac4e76..0f6f6228 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.9"
+ VERSION = "17.7.10"
end