summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-17 17:51:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-17 17:51:51 +0000
commit9a15572c403cb92c6f122912edeb856cc37d064a (patch)
tree55d4efb3fa25be0e60fa51c4bb6b530f38fcd425
parent9174496daf80c518a5d6c01c334671cd5c6390d6 (diff)
downloadohai-9a15572c403cb92c6f122912edeb856cc37d064a.tar.gz
Bump version to 16.2.0 by Chef Expeditorv16.2.0
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 88bbcdbc..1c1e8436 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.2.0 -->
+## [v16.2.0](https://github.com/chef/ohai/tree/v16.2.0) (2020-06-17)
+
+#### Merged Pull Requests
+- Remove an internal reference to blacklist [#1468](https://github.com/chef/ohai/pull/1468) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.1.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Remove an internal reference to blacklist [#1468](https://github.com/chef/ohai/pull/1468) ([tas50](https://github.com/tas50)) <!-- 16.2.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index c9942a08..1c2b4334 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.1.1 \ No newline at end of file
+16.2.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 2f8baf10..1957b282 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 = "16.1.1".freeze
+ VERSION = "16.2.0".freeze
end