summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--lib/ohai/version.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e682867..f54c4064 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## [8.20.0](https://github.com/chef/ohai/tree/8.20.0) (2016-09-06)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.19.2...8.20.0)
+
+**Implemented Enhancements:**
+
+- Retrofit network plugin to work on Windows Nano Server [\#872](https://github.com/chef/ohai/pull/872) ([mwrock](https://github.com/mwrock))
+- chefstyle 0.4.0 [\#870](https://github.com/chef/ohai/pull/870) ([lamont-granquist](https://github.com/lamont-granquist))
+
## [8.19.2](https://github.com/chef/ohai/tree/8.19.2) (2016-08-15)
[Full Changelog](https://github.com/chef/ohai/compare/v8.19.1...8.19.2)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 2be0967b..a8c596db 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.19.2"
+ VERSION = "8.20.0"
end