From 4ffdf0dbef53304bc0e958a00776bf0650de8c8b Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Tue, 30 Apr 2019 17:29:24 -0500 Subject: [PATCH] Roll 3.6.10 --- README.md | 5 +++++ src/lager.app.src | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91cf82a..be9e152 100644 --- a/README.md +++ b/README.md @@ -1141,6 +1141,11 @@ Example Usage: 3.x Changelog ------------- +3.6.10 - 30 April 2019 + + * Documentation: Fix pr_stacktrace invocation example (#494) + * Bugfix: Do not count suppressed messages for message drop counts (#499) + 3.6.9 - 13 March 2019 * Bugfix: Fix file rotation on windows (#493) diff --git a/src/lager.app.src b/src/lager.app.src index 0658dbf..f20a5a2 100644 --- a/src/lager.app.src +++ b/src/lager.app.src @@ -3,7 +3,7 @@ {application, lager, [ {description, "Erlang logging framework"}, - {vsn, "3.6.9"}, + {vsn, "3.6.10"}, {modules, []}, {applications, [ kernel,