diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc9df7a..9014ee49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 16.7.0 --> -## [v16.7.0](https://github.com/chef/ohai/tree/v16.7.0) (2020-10-20) +<!-- latest_release 16.7.1 --> +## [v16.7.1](https://github.com/chef/ohai/tree/v16.7.1) (2020-10-29) #### Merged Pull Requests -- Remove the yard task for generating docs [#1536](https://github.com/chef/ohai/pull/1536) ([tas50](https://github.com/tas50)) +- Remove detection of opensolaris platform [#1542](https://github.com/chef/ohai/pull/1542) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.6.5 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Remove detection of opensolaris platform [#1542](https://github.com/chef/ohai/pull/1542) ([tas50](https://github.com/tas50)) <!-- 16.7.1 --> - Remove the yard task for generating docs [#1536](https://github.com/chef/ohai/pull/1536) ([tas50](https://github.com/tas50)) <!-- 16.7.0 --> <!-- release_rollup --> @@ -1 +1 @@ -16.7.0
\ No newline at end of file +16.7.1
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 3ea60884..e44975cb 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.7.0".freeze + VERSION = "16.7.1".freeze end |