summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-08-11 13:43:18 -0700
committerTim Smith <tsmith@chef.io>2016-08-11 13:43:18 -0700
commit59c8626e980daea4163485e816803a1d2095113e (patch)
tree96d5393bc87c7db395fea82c5b7043ac952fdb4b
parentaf061dd99e771197b9aaec8c63a42b07a72662f2 (diff)
downloadohai-59c8626e980daea4163485e816803a1d2095113e.tar.gz
Release 8.19.0
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md13
-rw-r--r--lib/ohai/version.rb2
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