summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-05-21 13:15:48 +0100
committerThom May <thom@may.lt>2015-05-21 13:15:48 +0100
commit95da5d54c8956b2afce7aa2f45238f10a8e437d3 (patch)
tree0c27774bc196f7e2ceb48762a567d38152ba354e
parent8149d6687fb785056ae487de5d601871f3142850 (diff)
downloadohai-tm/8.4.0.tar.gz
prep for 8.4.0tm/8.4.0
-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 3a401254..6f8251b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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):
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0c0029cd..7d639f8f 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.3.0'
+ VERSION = '8.4.0'
end