summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-08-12 11:39:11 -0700
committerMatt Wrock <matt@mattwrock.com>2016-08-12 11:39:11 -0700
commitffde3b6477e82d80564ecd33da716ff7a4a92c5f (patch)
tree4a5b788bf0a8d790e08beb8cee126596c6c4d4bf
parent33bb7d1e6df113c9835ca608b008c4a31884188a (diff)
downloadmixlib-log-ffde3b6477e82d80564ecd33da716ff7a4a92c5f.tar.gz
Release 1.7.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/mixlib/log/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a89592c..99e6b09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## [1.7.1](https://github.com/chef/mixlib-log/tree/1.7.1) (2016-08-12)
+[Full Changelog](https://github.com/chef/mixlib-log/compare/v1.7.0...1.7.1)
+
+**Merged pull requests:**
+
+- Allow applications to query if they've got loggers [\#18](https://github.com/chef/mixlib-log/pull/18) ([thommay](https://github.com/thommay))
+
## [1.7.0](https://github.com/chef/mixlib-log/tree/1.7.0) (2016-08-04)
[Full Changelog](https://github.com/chef/mixlib-log/compare/1.4.1...1.7.0)
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 2e8d272..814320f 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "1.7.0"
+ VERSION = "1.7.1"
end
end