summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 05:24:20 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 05:24:20 +0000
commit8db1c38e1132ee0a8e9e88ef0b736757ba31bc76 (patch)
tree44ee00624870b4ddd0e712e1cb0d9ec1a44e55c3
parent5036b077fe6cb15645aa067df269f2476ed08663 (diff)
downloadohai-8db1c38e1132ee0a8e9e88ef0b736757ba31bc76.tar.gz
Bump version to 16.2.1 by Chef Expeditorv16.2.1
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 fa02f15f..a6ea9e21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.2.1 -->
+## [v16.2.1](https://github.com/chef/ohai/tree/v16.2.1) (2020-06-23)
+
+#### Merged Pull Requests
+- Make sure Darwin hosts are always mac_os_x [#1470](https://github.com/chef/ohai/pull/1470) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.2.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Make sure Darwin hosts are always mac_os_x [#1470](https://github.com/chef/ohai/pull/1470) ([tas50](https://github.com/tas50)) <!-- 16.2.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 1c2b4334..e9c8486a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.2.0 \ No newline at end of file
+16.2.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 1957b282..e543e6b8 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.2.0".freeze
+ VERSION = "16.2.1".freeze
end