diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-26 15:43:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-26 15:43:04 +0000 |
commit | f428cdfc4bb915741c363e6f42b23a0b3ca3989f (patch) | |
tree | 075a0696b9a728e870c02a4ba2b3592864cd6c2f | |
parent | 9cc86d4b8c66a4532effd0d3ef14c613e54f7bfc (diff) | |
download | ohai-f428cdfc4bb915741c363e6f42b23a0b3ca3989f.tar.gz |
Bump version to 17.3.2 by Chef Expeditorv17.3.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 248238bb..6a985695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log -<!-- latest_release --> +<!-- latest_release 17.3.2 --> +## [v17.3.2](https://github.com/chef/ohai/tree/v17.3.2) (2021-07-26) + +#### Merged Pull Requests +- 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])) <!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=17.3.1 --> +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- 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 --> <!-- latest_stable_release --> @@ -1 +1 @@ -17.3.1
\ No newline at end of file +17.3.2
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d4fca9ef..2e8b0066 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.3.1" + VERSION = "17.3.2" end |