Skip to content

Commit

Permalink
Merge pull request #543 from chef/tm/8.4.0
Browse files Browse the repository at this point in the history
prep for 8.4.0
  • Loading branch information
thommay committed May 22, 2015
2 parents 8149d66 + 95da5d5 commit fd2a7bc
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.4.0

* Correctly skip unwanted DMI information
* Collect DMI information on Solaris/x86

## Release 8.3.0

* [**Jeremy Mauro**](https://github.com/jmauro):
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.3.0'
VERSION = '8.4.0'
end

0 comments on commit fd2a7bc

Please sign in to comment.