summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-25 22:14:21 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-25 22:14:21 +0000
commit5545eca02969338cff7a138ee92c5c0e8b8ae564 (patch)
tree3a1e5bc179db6ace4a05c26157357ebc017650bb
parent03274dd25908f50e242c3b6647ed90c8d33be43f (diff)
downloadohai-17.5.0.tar.gz
Bump version to 17.5.0 by Chef Expeditorv17.5.0
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 cf36e3d4..7104bc90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.4.0 -->
-## [v17.4.0](https://github.com/chef/ohai/tree/v17.4.0) (2021-08-25)
+<!-- latest_release 17.5.0 -->
+## [v17.5.0](https://github.com/chef/ohai/tree/v17.5.0) (2021-08-25)
#### Merged Pull Requests
-- Update chefstyle requirement from 2.0.7 to 2.0.8 [#1686](https://github.com/chef/ohai/pull/1686) ([dependabot[bot]](https://github.com/dependabot[bot]))
+- Update tests and links for the branch rename [#1691](https://github.com/chef/ohai/pull/1691) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=17.3.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update tests and links for the branch rename [#1691](https://github.com/chef/ohai/pull/1691) ([tas50](https://github.com/tas50)) <!-- 17.5.0 -->
- Update chefstyle requirement from 2.0.7 to 2.0.8 [#1686](https://github.com/chef/ohai/pull/1686) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.4.0 -->
- Update chefstyle requirement from 2.0.6 to 2.0.7 [#1683](https://github.com/chef/ohai/pull/1683) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.3.2 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 67a9587f..e3266a05 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.4.0 \ No newline at end of file
+17.5.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 5704a32f..14f01fc5 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.4.0"
+ VERSION = "17.5.0"
end