diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cfd460d..42fad3461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v14.7.0](https://github.com/chef/ohai/tree/v14.7.0) (2018-11-28) + +## [v14.8.0](https://github.com/chef/ohai/tree/v14.8.0) (2018-11-28) #### Merged Pull Requests -- Remove old spec files [#1306](https://github.com/chef/ohai/pull/1306) ([tas50](https://github.com/tas50)) +- Correctly detect openSUSE leap 15+ [#1307](https://github.com/chef/ohai/pull/1307) ([tas50](https://github.com/tas50)) ### Changes since 14.6.2 release #### Merged Pull Requests +- Correctly detect openSUSE leap 15+ [#1307](https://github.com/chef/ohai/pull/1307) ([tas50](https://github.com/tas50)) - Remove old spec files [#1306](https://github.com/chef/ohai/pull/1306) ([tas50](https://github.com/tas50)) - Set User-Agent in HTTP header for GCE plugin [#1294](https://github.com/chef/ohai/pull/1294) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index ba008e574..a34fffa1b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.7.0 \ No newline at end of file +14.8.0 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 9d6bd5185..9e72d4188 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 = "14.7.0".freeze + VERSION = "14.8.0".freeze end