summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-17 23:51:31 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-17 23:51:31 +0000
commit3d34f8aaf4186f7b378949947fbb68c12dee45ab (patch)
tree34da53accfb3d1cf70c970fd47f67a5a412ea2c7
parentdc34f06b5836f669af9b720f29f41f12a779d901 (diff)
downloadohai-3d34f8aaf4186f7b378949947fbb68c12dee45ab.tar.gz
Bump version to 16.5.5 by Chef Expeditorv16.5.5
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c250360..7164fc29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.5.5 -->
+## [v16.5.5](https://github.com/chef/ohai/tree/v16.5.5) (2020-09-17)
+
+#### Merged Pull Requests
+- chefstyle fixes [#1514](https://github.com/chef/ohai/pull/1514) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.5.4 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- chefstyle fixes [#1514](https://github.com/chef/ohai/pull/1514) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.5.5 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 5a9df4b7..4099ee75 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.5.4 \ No newline at end of file
+16.5.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index c846ce08..21a48597 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.5.4".freeze
+ VERSION = "16.5.5".freeze
end