diff --git a/README.md b/README.md index 7c162ce..ed3f1c4 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,9 @@ erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_si Changelog 2.x ------------- +2.2.3 - 10 June 2016 + * OTP: Support typed records for Erlang 19.0 (#361) + 2.2.2 - 08 April 2016 * Bugfix: Field name for processes changed from 'name' to 'id' in 2014. (#339) * Bugfix: OTP 18 test failure fixes. (#338) diff --git a/src/lager.app.src b/src/lager.app.src index 8b792ac..be23a8a 100644 --- a/src/lager.app.src +++ b/src/lager.app.src @@ -3,7 +3,7 @@ {application, lager, [ {description, "Erlang logging framework"}, - {vsn, "2.2.2"}, + {vsn, "2.2.3"}, {modules, []}, {applications, [ kernel,