diff --git a/README.md b/README.md index 2fc5a38..aef25ff 100644 --- a/README.md +++ b/README.md @@ -1054,6 +1054,15 @@ Example Usage: 3.x Changelog ------------- +3.6.2 - 26 April 2018 + + * Bugfix: flush_threshold not working (#449) + * Feature: Add `node` as a formatting option (#447) + * Documentation: Update Elixir section with information about parse_transform (#446) + * Bugfix: Correct default console configuation to use "[{level,info}]" instead (#445) + * Feature: Pretty print lists of records at top level and field values with lager:pr (#442) + * Bugfix: Ignore return value of lager:dispatch_log in lager.hrl (#441) + 3.6.1 - 1 February 2018 * Bugfix: Make a few corrections to the recent mailbox flushing changes (#436) diff --git a/src/lager.app.src b/src/lager.app.src index f1851c3..e4c1a37 100644 --- a/src/lager.app.src +++ b/src/lager.app.src @@ -3,7 +3,7 @@ {application, lager, [ {description, "Erlang logging framework"}, - {vsn, "3.6.1"}, + {vsn, "3.6.2"}, {modules, []}, {applications, [ kernel,