diff options
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f90f1048..3c5a2c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [8.19.0](https://github.com/chef/ohai/tree/8.19.0) (2016-08-11) + +[Full Changelog](https://github.com/chef/ohai/compare/v8.18.0...8.19.0) + +**Implemented enhancements:** + +- Add platform detection for Arista EOS [#860](https://github.com/chef/ohai/pull/860) ([jerearista](https://github.com/jerearista)) + +**Fixed bugs:** + +- Fix installs on Ruby 2.1 and rspec testing with rspec 3.5 [#861](https://github.com/chef/ohai/pull/861) ([tas50](https://github.com/tas50)) +- Fix solaris2 plugin network interface detection [#859](https://github.com/chef/ohai/pull/859) ([acaiafa](https://github.com/acaiafa)) + ## [8.18.0](https://github.com/chef/ohai/tree/8.18.0) (2016-08-04) [Full Changelog](https://github.com/chef/ohai/compare/v8.17.1...8.18.0) diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 0ea35b99..cc1a904e 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 = "8.18.0" + VERSION = "8.19.0" end |