Skip to content

Commit fd2a7bc

Browse files
committed
Merge pull request #543 from chef/tm/8.4.0
prep for 8.4.0
2 parents 8149d66 + 95da5d5 commit fd2a7bc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Ohai Changelog
22

3+
## Release 8.4.0
4+
5+
* Correctly skip unwanted DMI information
6+
* Collect DMI information on Solaris/x86
7+
38
## Release 8.3.0
49

510
* [**Jeremy Mauro**](https://github.com/jmauro):

lib/ohai/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
module Ohai
2020
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
21-
VERSION = '8.3.0'
21+
VERSION = '8.4.0'
2222
end

0 commit comments

Comments
 (0)