From 6cc6b125ad55835748cd847f03314698ae439aea Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Thu, 1 Feb 2018 10:11:13 -0800 Subject: [PATCH] Roll 3.6.1 --- README.md | 6 ++++++ src/lager.app.src | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2111ba8..2bcf902 100644 --- a/README.md +++ b/README.md @@ -1054,6 +1054,12 @@ Example Usage: 3.x Changelog ------------- +3.6.1 - 1 February 2018 + + * Bugfix: Make a few corrections to the recent mailbox flushing changes (#436) + * Bugfix: add flush options to proplist validation (#439) + * Bugfix: Don't log when we dropped 0 messages (#440) + 3.6.0 - 16 January 2018 * Feature: Support logging with macros per level (#419) diff --git a/src/lager.app.src b/src/lager.app.src index 2264a6a..f1851c3 100644 --- a/src/lager.app.src +++ b/src/lager.app.src @@ -3,7 +3,7 @@ {application, lager, [ {description, "Erlang logging framework"}, - {vsn, "3.6.0"}, + {vsn, "3.6.1"}, {modules, []}, {applications, [ kernel,