diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-19 14:20:16 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-19 14:20:16 +0000 |
commit | 13d35c039deada4f523b28c75630831ab3137dd2 (patch) | |
tree | b6ad7176732e4571d3911af6b3034ed578c062f4 | |
parent | c52125b7f447bd1ab3e902688d4b15e29372e394 (diff) | |
download | ohai-13d35c039deada4f523b28c75630831ab3137dd2.tar.gz |
Bump version to 14.5.5 by Chef Expeditorv14.5.5
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 9d79f475..d11aa3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log -<!-- latest_release --> +<!-- latest_release 14.5.5 --> +## [v14.5.5](https://github.com/chef/ohai/tree/v14.5.5) (2018-09-19) + +#### Merged Pull Requests +- Review and copyediting of RELEASE_NOTES [#1255](https://github.com/chef/ohai/pull/1255) ([mjingle](https://github.com/mjingle)) <!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=14.5.4 --> +### Changes since 14.5.4 release + +#### Merged Pull Requests +- Review and copyediting of RELEASE_NOTES [#1255](https://github.com/chef/ohai/pull/1255) ([mjingle](https://github.com/mjingle)) <!-- 14.5.5 --> <!-- release_rollup --> <!-- latest_stable_release --> @@ -1 +1 @@ -14.5.4
\ No newline at end of file +14.5.5
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 67be85b0..3fdc4b41 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "14.5.4".freeze + VERSION = "14.5.5".freeze end |