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 174dad87..10cfd460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 14.6.3 --> -## [v14.6.3](https://github.com/chef/ohai/tree/v14.6.3) (2018-11-23) +<!-- latest_release 14.7.0 --> +## [v14.7.0](https://github.com/chef/ohai/tree/v14.7.0) (2018-11-28) #### Merged Pull Requests -- Set User-Agent in HTTP header for GCE plugin [#1294](https://github.com/chef/ohai/pull/1294) ([tas50](https://github.com/tas50)) +- Remove old spec files [#1306](https://github.com/chef/ohai/pull/1306) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=14.6.2 --> ### Changes since 14.6.2 release #### Merged Pull Requests +- Remove old spec files [#1306](https://github.com/chef/ohai/pull/1306) ([tas50](https://github.com/tas50)) <!-- 14.7.0 --> - Set User-Agent in HTTP header for GCE plugin [#1294](https://github.com/chef/ohai/pull/1294) ([tas50](https://github.com/tas50)) <!-- 14.6.3 --> <!-- release_rollup --> @@ -1 +1 @@ -14.6.3
\ No newline at end of file +14.7.0
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 4075a259..9d6bd518 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.6.3".freeze + VERSION = "14.7.0".freeze end |