We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee5c24e + 0eee7f3 commit 5c166cfCopy full SHA for 5c166cf
CHANGELOG.md
@@ -2,9 +2,14 @@
2
3
## Unreleased
4
5
+## Release 8.5.0
6
+
7
* [PR #548](https://github.com/chef/ohai/548):
8
Coerce non-UTF8 strings to UTF8 in output to suppress UTF8 encoding exceptions
9
10
+* [PR #544](https://github.com/chef/ohai/pull/544)
11
+ add support for Wind River Linux and Cisco's Nexus platforms
12
13
## Release 8.4.0
14
15
* Correctly skip unwanted DMI information
lib/ohai/version.rb
@@ -18,5 +18,5 @@
18
19
module Ohai
20
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
21
- VERSION = '8.4.0'
+ VERSION = '8.5.0'
22
end
0 commit comments