From f4b0958ad9d5e52eb720c52def3b427165d9c553 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 20 Jan 2020 17:57:12 +0000 Subject: [PATCH] Bump version to 16.0.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8f2584d..c00f7efdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.0.1](https://github.com/chef/ohai/tree/v16.0.1) (2020-01-17) + +## [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)) ### 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)) - Allow chef-config 16 [#1422](https://github.com/chef/ohai/pull/1422) ([tas50](https://github.com/tas50)) - Bump to version 16.0.0 [#1420](https://github.com/chef/ohai/pull/1420) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index ab54c33c7..7dc3d91fd 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 d25f12c89..e9868bcee 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