diff --git a/CHANGELOG.md b/CHANGELOG.md index 7063703ad..e264949c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v14.0.6](https://github.com/chef/ohai/tree/v14.0.6) (2018-02-16) + +## [v14.0.7](https://github.com/chef/ohai/tree/v14.0.7) (2018-02-16) #### Merged Pull Requests -- Initial removal of support for Ohai V6 plugins [#1127](https://github.com/chef/ohai/pull/1127) ([tas50](https://github.com/tas50)) +- fix failing tests on non linux platforms [#1134](https://github.com/chef/ohai/pull/1134) ([thommay](https://github.com/thommay)) ### Changes since 13.7.1 release #### Merged Pull Requests +- fix failing tests on non linux platforms [#1134](https://github.com/chef/ohai/pull/1134) ([thommay](https://github.com/thommay)) - Initial removal of support for Ohai V6 plugins [#1127](https://github.com/chef/ohai/pull/1127) ([tas50](https://github.com/tas50)) - Fix vmware specs to actually run the plugin [#1133](https://github.com/chef/ohai/pull/1133) ([tas50](https://github.com/tas50)) - account for snap based installations of LXD [#1131](https://github.com/chef/ohai/pull/1131) ([thewyzard44](https://github.com/thewyzard44)) diff --git a/VERSION b/VERSION index 85f5c201f..7d03a96dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.6 \ No newline at end of file +14.0.7 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d1ac963be..49247a671 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.0.6" + VERSION = "14.0.7" end