summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-08-15 17:06:17 -0700
committerTim Smith <tsmith@chef.io>2016-08-15 17:06:17 -0700
commit0e938013527e262945e46302190209a326b79bc4 (patch)
tree8929516e4157a50b0b5255137f22b5fdfc9557e8
parent956147c5109e23ecf679028bd752fb2681726c2e (diff)
downloadohai-8.19.2.tar.gz
Release 8.19.28.19.2
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 a29ac1f0..2e682867 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## [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)
+
+**Fixed bugs:**
+
+- Require at least mixlib-log 1.7.1 [#866](https://github.com/chef/ohai/pull/866) ([tas50](https://github.com/tas50))
+
## [8.19.1](https://github.com/chef/ohai/tree/8.19.1) (2016-08-12)
[Full Changelog](https://github.com/chef/ohai/compare/v8.19.0...8.19.1)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 31f4b613..2be0967b 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.1"
+ VERSION = "8.19.2"
end