Skip to content

Commit

Permalink
Merge pull request #721 from chef/salam/release-891
Browse files Browse the repository at this point in the history
Update changelog, bump version
  • Loading branch information
chefsalim committed Feb 3, 2016
2 parents 08989b7 + 573aa03 commit d9262d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = '8.9.0'
VERSION = '8.10.0'
end

0 comments on commit d9262d0

Please sign in to comment.