We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8149d66 + 95da5d5 commit fd2a7bcCopy full SHA for fd2a7bc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Ohai Changelog
2
3
+## Release 8.4.0
4
+
5
+* Correctly skip unwanted DMI information
6
+* Collect DMI information on Solaris/x86
7
8
## Release 8.3.0
9
10
* [**Jeremy Mauro**](https://github.com/jmauro):
lib/ohai/version.rb
@@ -18,5 +18,5 @@
18
19
module Ohai
20
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
21
- VERSION = '8.3.0'
+ VERSION = '8.4.0'
22
end
0 commit comments