summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-09-06 10:50:45 -0700
committerMatt Wrock <matt@mattwrock.com>2016-09-06 10:50:45 -0700
commit26a9122553ab9fe0631824259c6ca7269cd7550d (patch)
tree05ef9bde59fab781ff9638d4f14520ec4cb1e7e3
parent24c7ece2ce511b250e60a77ed2f9b157720f3d69 (diff)
downloadohai-8_20.tar.gz
Release 8.20.08_20
-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