summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-20 17:57:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-20 17:57:12 +0000
commitf4b0958ad9d5e52eb720c52def3b427165d9c553 (patch)
tree25ece48bc98b3261934501ff5c997d08a57a3794
parent920971fa294615914b7542a6aec772ee1cd394af (diff)
downloadohai-f4b0958ad9d5e52eb720c52def3b427165d9c553.tar.gz
Bump version to 16.0.2 by Chef Expeditorv16.0.2
Obvious fix; these changes are the result of automation not creative thinking.
-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 2f8f2584..c00f7efd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.1 -->
-## [v16.0.1](https://github.com/chef/ohai/tree/v16.0.1) (2020-01-17)
+<!-- latest_release 16.0.2 -->
+## [v16.0.2](https://github.com/chef/ohai/tree/v16.0.2) (2020-01-20)
#### Merged Pull Requests
-- Allow chef-config 16 [#1422](https://github.com/chef/ohai/pull/1422) ([tas50](https://github.com/tas50))
+- Use is_a? to check the class in the DMI plugin [#1423](https://github.com/chef/ohai/pull/1423) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Use is_a? to check the class in the DMI plugin [#1423](https://github.com/chef/ohai/pull/1423) ([tas50](https://github.com/tas50)) <!-- 16.0.2 -->
- Allow chef-config 16 [#1422](https://github.com/chef/ohai/pull/1422) ([tas50](https://github.com/tas50)) <!-- 16.0.1 -->
- Bump to version 16.0.0 [#1420](https://github.com/chef/ohai/pull/1420) ([tas50](https://github.com/tas50)) <!-- 16.0.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index ab54c33c..7dc3d91f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.1 \ No newline at end of file
+16.0.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d25f12c8..e9868bce 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.0.1".freeze
+ VERSION = "16.0.2".freeze
end