Skip to content

Commit 95da5d5

Browse files
committed
prep for 8.4.0
1 parent 8149d66 commit 95da5d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)