summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-08-12 12:38:43 -0700
committerMatt Wrock <matt@mattwrock.com>2016-08-12 12:38:43 -0700
commitf7363042602907d06cb762880fb1c5645145628e (patch)
tree7a5889b2147b7dfd696eb9d3f7005498a2ceb781
parent8cf5d695eb41936c463bfc39cad94e83d06c79f4 (diff)
downloadohai-8.19.1.tar.gz
Release 8.19.1v8.19.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--lib/ohai/version.rb2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c5a2c93..a29ac1f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## [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)
+
+**Fixed bugs:**
+
+- Move log configuration down to Mixlib::Log [#864](https://github.com/chef/ohai/pull/864) ([thommay](https://github.com/thommay))
+- Only configure logging if we must [#863](https://github.com/chef/ohai/pull/863) ([thommay](https://github.com/thommay))
+
## [8.19.0](https://github.com/chef/ohai/tree/8.19.0) (2016-08-11)
[Full Changelog](https://github.com/chef/ohai/compare/v8.18.0...8.19.0)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index cc1a904e..31f4b613 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.0"
+ VERSION = "8.19.1"
end