From 0154d81e4caa42634b416e11cc34f4abf7ae2729 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 12 May 2020 16:55:58 +0000 Subject: [PATCH] Bump version to 16.1.1 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 3d131a5e9..902dfcef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.1.0](https://github.com/chef/ohai/tree/v16.1.0) (2020-05-06) + +## [v16.1.1](https://github.com/chef/ohai/tree/v16.1.1) (2020-05-12) #### Merged Pull Requests -- Add new selinux plugin for Linux [#1455](https://github.com/chef/ohai/pull/1455) ([davide125](https://github.com/davide125)) +- Depend on chef-utils gem so we can use ChefUtils::Mash [#1462](https://github.com/chef/ohai/pull/1462) ([lamont-granquist](https://github.com/lamont-granquist)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Depend on chef-utils gem so we can use ChefUtils::Mash [#1462](https://github.com/chef/ohai/pull/1462) ([lamont-granquist](https://github.com/lamont-granquist)) - Add new selinux plugin for Linux [#1455](https://github.com/chef/ohai/pull/1455) ([davide125](https://github.com/davide125)) diff --git a/VERSION b/VERSION index 11155dbee..c9942a08a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.1.0 \ No newline at end of file +16.1.1 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 0ee7ebe5d..2f8baf106 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.0".freeze + VERSION = "16.1.1".freeze end