diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-08-25 22:14:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-08-25 22:14:21 +0000 |
commit | 5545eca02969338cff7a138ee92c5c0e8b8ae564 (patch) | |
tree | 3a1e5bc179db6ace4a05c26157357ebc017650bb | |
parent | 03274dd25908f50e242c3b6647ed90c8d33be43f (diff) | |
download | ohai-5545eca02969338cff7a138ee92c5c0e8b8ae564.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.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
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 --> @@ -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 |