summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7164fc29..d31bb05b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.5.5 -->
-## [v16.5.5](https://github.com/chef/ohai/tree/v16.5.5) (2020-09-17)
+<!-- latest_release 16.5.6 -->
+## [v16.5.6](https://github.com/chef/ohai/tree/v16.5.6) (2020-09-21)
#### Merged Pull Requests
-- chefstyle fixes [#1514](https://github.com/chef/ohai/pull/1514) ([lamont-granquist](https://github.com/lamont-granquist))
+- Update rubocop-performance requirement from 1.8.0 to 1.8.1 [#1517](https://github.com/chef/ohai/pull/1517) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=16.5.4 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update rubocop-performance requirement from 1.8.0 to 1.8.1 [#1517](https://github.com/chef/ohai/pull/1517) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 16.5.6 -->
- chefstyle fixes [#1514](https://github.com/chef/ohai/pull/1514) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 16.5.5 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 4099ee75..151d5464 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.5.5 \ No newline at end of file
+16.5.6 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 21a48597..426d544f 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.5".freeze
+ VERSION = "16.5.6".freeze
end