From 573aa03ab0e7e8217ad23e83c47b79b332445bad Mon Sep 17 00:00:00 2001 From: Salim Alam Date: Tue, 2 Feb 2016 15:53:35 -0800 Subject: [PATCH] Update changelog, bump version --- CHANGELOG.md | 5 +++++ lib/ohai/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f5a4cae..85a101dae 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 598347c36..ee92b648d 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