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-02 15:53:35 -0800
commitb71e4ab14dc4b07cf91e2ce043a042db22678b91 (patch)
tree971c440324fe908290bf8c1fd283085cde3574df
parentc15190980675c5a647258f93613027c56e5a828c (diff)
downloadohai-salam/release-891.tar.gz
Update changelog, bump versionsalam/release-891
-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..99977278 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Ohai Changelog
+## Release 8.9.1
+* [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..64a91992 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.9.1'
end