diff options
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 00eb12a6..3d131a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log -<!-- latest_release --> +<!-- latest_release 16.1.0 --> +## [v16.1.0](https://github.com/chef/ohai/tree/v16.1.0) (2020-05-06) + +#### Merged Pull Requests +- Add new selinux plugin for Linux [#1455](https://github.com/chef/ohai/pull/1455) ([davide125](https://github.com/davide125)) <!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=16.0.20 --> +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Add new selinux plugin for Linux [#1455](https://github.com/chef/ohai/pull/1455) ([davide125](https://github.com/davide125)) <!-- 16.1.0 --> <!-- release_rollup --> <!-- latest_stable_release --> @@ -1 +1 @@ -16.0.20
\ No newline at end of file +16.1.0
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 167ac87c..0ee7ebe5 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.20".freeze + VERSION = "16.1.0".freeze end |