Skip to content

Commit 5c166cf

Browse files
committedJun 23, 2015
Merge pull request #562 from chef/jdm/8.5.0
Release Ohai 8.5.0
2 parents ee5c24e + 0eee7f3 commit 5c166cf

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
@@ -2,9 +2,14 @@
22

33
## Unreleased
44

5+
## Release 8.5.0
6+
57
* [PR #548](https://github.com/chef/ohai/548):
68
Coerce non-UTF8 strings to UTF8 in output to suppress UTF8 encoding exceptions
79

10+
* [PR #544](https://github.com/chef/ohai/pull/544)
11+
add support for Wind River Linux and Cisco's Nexus platforms
12+
813
## Release 8.4.0
914

1015
* Correctly skip unwanted DMI information

‎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.4.0'
21+
VERSION = '8.5.0'
2222
end

0 commit comments

Comments
 (0)
Please sign in to comment.