summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-12 16:55:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-12 16:55:58 +0000
commit0154d81e4caa42634b416e11cc34f4abf7ae2729 (patch)
tree06d054c948cf053d98f8aca4c8713aeb7c6917b2
parent299923310befbcc0e68e3fbea95e39955919497d (diff)
downloadohai-0154d81e4caa42634b416e11cc34f4abf7ae2729.tar.gz
Bump version to 16.1.1 by Chef Expeditorv16.1.1
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 3d131a5e..902dfcef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.1.0 -->
-## [v16.1.0](https://github.com/chef/ohai/tree/v16.1.0) (2020-05-06)
+<!-- latest_release 16.1.1 -->
+## [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))
<!-- latest_release -->
<!-- release_rollup since=16.0.20 -->
### 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)) <!-- 16.1.1 -->
- Add new selinux plugin for Linux [#1455](https://github.com/chef/ohai/pull/1455) ([davide125](https://github.com/davide125)) <!-- 16.1.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 11155dbe..c9942a08 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 0ee7ebe5..2f8baf10 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