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,