summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-06-30 14:12:37 -0700
committerTim Smith <tsmith@chef.io>2016-06-30 14:12:37 -0700
commit9744cde49e5a7c69b5e9fa51c37d4f3fec929a24 (patch)
tree937925117c353f447f412f596732fba62d90a94b
parent4e619a8a6641f3256d6e2981a3b041fa2d68799f (diff)
downloadohai-8.17.1.tar.gz
Release 8.17.18.17.1
-rw-r--r--CHANGELOG.md13
-rw-r--r--lib/ohai/version.rb2
2 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c434366d..dc6aca5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,16 @@
# Change Log
-## [8.17.0](https://github.com/chef/ohai/tree/8.17.0) (2016-06-19)
-[Full Changelog](https://github.com/chef/ohai/compare/v8.16.0...8.17.0)
+## [8.17.1](https://github.com/chef/ohai/tree/8.17.1) (2016-06-30)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.17.0...8.17.1)
+
+**Fixed bugs:**
+
+- Move timezone value under time [\#836](https://github.com/chef/ohai/pull/836) ([tas50](https://github.com/tas50))
+- Update PowerShell Version Compat Detection / Unblock bundler on Appveyor [\#832](https://github.com/chef/ohai/pull/832) ([smurawski](https://github.com/smurawski))
+
+
+## [v8.17.0](https://github.com/chef/ohai/tree/v8.17.0) (2016-06-20)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.16.0...v8.17.0)
**Implemented enhancements:**
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b5fc6603..07ff6311 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.17.0"
+ VERSION = "8.17.1"
end