diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac9a6225..43eab5823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v15.0.20](https://github.com/chef/ohai/tree/v15.0.20) (2018-12-03) + +## [v15.0.21](https://github.com/chef/ohai/tree/v15.0.21) (2018-12-05) #### Merged Pull Requests -- Add support for antergos linux and fix opensuseleap platform_family [#1320](https://github.com/chef/ohai/pull/1320) ([tas50](https://github.com/tas50)) +- Don't ship the readme with ohai [#1321](https://github.com/chef/ohai/pull/1321) ([tas50](https://github.com/tas50)) ### Changes since 14.6.2 release #### Merged Pull Requests +- Don't ship the readme with ohai [#1321](https://github.com/chef/ohai/pull/1321) ([tas50](https://github.com/tas50)) - Add support for antergos linux and fix opensuseleap platform_family [#1320](https://github.com/chef/ohai/pull/1320) ([tas50](https://github.com/tas50)) - platform: Identify sles_sap as the suse platform [#1313](https://github.com/chef/ohai/pull/1313) ([tas50](https://github.com/tas50)) - bsd virtualization: Detect amazonec2 hypervisor + kvm without dmidecode [#1319](https://github.com/chef/ohai/pull/1319) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index d3b746c14..70c1f6436 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.20 \ No newline at end of file +15.0.21 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index b52491e84..8dbea4cef 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.20".freeze + VERSION = "15.0.21".freeze end