summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-02-02 15:53:35 -0800
committerSalim Alam <salam@chef.io>2016-02-03 09:02:32 -0800
commit573aa03ab0e7e8217ad23e83c47b79b332445bad (patch)
treeea1b0a4e0502d197c25c461e6c5561b891a1d22e
parent51718497301b2ebf8fd347d776de8f343a923e39 (diff)
downloadohai-573aa03ab0e7e8217ad23e83c47b79b332445bad.tar.gz
Update changelog, bump version
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/ohai/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55f5a4ca..85a101da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Ohai Changelog
+## Release 8.10.0
+* [pr#720](https://github.com/chef/ohai/pull/720) Make pnp plugin opt-in via config
+* [pr#717](https://github.com/chef/ohai/pull/717) Don't enable packages plugin by default
+* [pr#711](https://github.com/chef/ohai/pull/711) Improve EC2 detection when hint isn't present
+
## Release 8.9.0
* [**phreakocious**](https://github.com/phreakocious):
- Collect layer 1 Ethernet information per NIC on Linux hosts
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 598347c3..ee92b648 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.9.0'
+ VERSION = '8.10.0'
end