diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f79a5b30..382b69e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.0.14](https://github.com/chef/ohai/tree/v17.0.14) (2021-02-03) + +## [v17.0.15](https://github.com/chef/ohai/tree/v17.0.15) (2021-02-03) #### Merged Pull Requests -- [linux/platform] fix platform_version on Debian testing and unstable [#1613](https://github.com/chef/ohai/pull/1613) ([michel-slm](https://github.com/michel-slm)) +- Remove stubbing mock methods onto the frozen `true` value [#1615](https://github.com/chef/ohai/pull/1615) ([lamont-granquist](https://github.com/lamont-granquist)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Remove stubbing mock methods onto the frozen `true` value [#1615](https://github.com/chef/ohai/pull/1615) ([lamont-granquist](https://github.com/lamont-granquist)) - [linux/platform] fix platform_version on Debian testing and unstable [#1613](https://github.com/chef/ohai/pull/1613) ([michel-slm](https://github.com/michel-slm)) - Don't track sensitive new ec2 metadata [#1605](https://github.com/chef/ohai/pull/1605) ([tas50](https://github.com/tas50)) - Detect Alma Linux with platform_family of rhel [#1604](https://github.com/chef/ohai/pull/1604) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 5007f8384..4f09035a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.0.14 \ No newline at end of file +17.0.15 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 6688db9f7..1a40b9d71 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "17.0.14" + VERSION = "17.0.15" end