summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/ohai/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7704772f..298c1a52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,14 @@
## Unreleased
+## Release 8.5.0
+
* [PR #548](https://github.com/chef/ohai/548):
Coerce non-UTF8 strings to UTF8 in output to suppress UTF8 encoding exceptions
+* [PR #544](https://github.com/chef/ohai/pull/544)
+ add support for Wind River Linux and Cisco's Nexus platforms
+
## Release 8.4.0
* Correctly skip unwanted DMI information
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7d639f8f..d9c2d776 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '8.4.0'
+ VERSION = '8.5.0'
end