diff --git a/README.md b/README.md index 799a9ba..71e025c 100644 --- a/README.md +++ b/README.md @@ -1100,6 +1100,16 @@ Example Usage: 3.x Changelog ------------- + +3.6.5 - 3 September 2018 + + * Feature: Allow the console backend to redirect output to a remote node #469 + * Feature: is_loggble - support for severity as atom #472 + * Bugfix: Prevent silent dropping of messages when hwm is exceeded #467 + * Bugfix: rotation - default log file not deleted #474 + * Bugfix: Handle strange crash report from gen_statem #473 + * Documentation: Various markup fixes: #468 #470 + 3.6.4 - 11 July 2018 * Bugfix: Reinstall handlers after a sink is killed #459 diff --git a/src/lager.app.src b/src/lager.app.src index abc9c38..e510345 100644 --- a/src/lager.app.src +++ b/src/lager.app.src @@ -3,7 +3,7 @@ {application, lager, [ {description, "Erlang logging framework"}, - {vsn, "3.6.4"}, + {vsn, "3.6.5"}, {modules, []}, {applications, [ kernel,