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 4a5e151f..1a76da90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 15.0.23 --> -## [v15.0.23](https://github.com/chef/ohai/tree/v15.0.23) (2018-12-05) +<!-- latest_release 15.0.24 --> +## [v15.0.24](https://github.com/chef/ohai/tree/v15.0.24) (2018-12-05) #### Merged Pull Requests -- Require Ruby 2.5 or later [#1300](https://github.com/chef/ohai/pull/1300) ([tas50](https://github.com/tas50)) +- Unify virtualization detection on a single helper [#1317](https://github.com/chef/ohai/pull/1317) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=14.6.2 --> ### Changes since 14.6.2 release #### Merged Pull Requests +- Unify virtualization detection on a single helper [#1317](https://github.com/chef/ohai/pull/1317) ([tas50](https://github.com/tas50)) <!-- 15.0.24 --> - Require Ruby 2.5 or later [#1300](https://github.com/chef/ohai/pull/1300) ([tas50](https://github.com/tas50)) <!-- 15.0.23 --> - Back out SLES -> SUSE remapping and instead fix the platform_family [#1322](https://github.com/chef/ohai/pull/1322) ([tas50](https://github.com/tas50)) <!-- 15.0.22 --> - Don't ship the readme with ohai [#1321](https://github.com/chef/ohai/pull/1321) ([tas50](https://github.com/tas50)) <!-- 15.0.21 --> @@ -1 +1 @@ -15.0.23
\ No newline at end of file +15.0.24
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index be1943d9..aa035ca9 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 = "15.0.23".freeze + VERSION = "15.0.24".freeze end |