summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-10-16 18:10:31 +0100
committerTim Smith <tsmith@chef.io>2016-10-16 18:10:31 +0100
commit80518adaeed65e733ccad2c102c4a17ce83bce94 (patch)
tree4e5d1d0687aea153fc66815b160dc023a4936c75
parentb6578d9675e6927e521c1c85d60e0a125deb4133 (diff)
downloadohai-8.21.tar.gz
Release 8.218.21
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md16
-rw-r--r--lib/ohai/version.rb2
2 files changed, 15 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c23fb2ec..425b8050 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,20 @@
# Change Log
-## [8.20.0](https://github.com/chef/ohai/tree/8.20.0) (2016-09-07)
+## [8.21.0](https://github.com/chef/ohai/tree/8.21.0) (2016-10-16)
-[Full Changelog](https://github.com/chef/ohai/compare/v8.19.2...8.20.0)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.20.0...8.21.0)
+
+**Implemented enhancements:**
+
+- Add a new shard plugin [#877](https://github.com/chef/ohai/pull/877) ([jaymzh](https://github.com/jaymzh))
+
+**Fixed bugs:**
+
+- Ohai uptime plugin hangs in Windows. [#876](https://github.com/chef/ohai/pull/876) ([Aliasgar16](https://github.com/Aliasgar16))
+
+## [v8.20.0](https://github.com/chef/ohai/tree/v8.20.0) (2016-09-07)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v8.19.2...v8.20.0)
**Implemented enhancements:**
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index a8c596db..3bc853cf 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.20.0"
+ VERSION = "8.21.0"
end