Browse Source

Roll 3.6.7

pull/483/head 3.6.7
Andrew Thompson 6 years ago
parent
commit
69b4ada234
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 3
- 0
README.md View File

@ -1120,6 +1120,9 @@ Example Usage:
3.x Changelog 3.x Changelog
------------- -------------
3.6.7 - 14 October 2018
* Bugfix: fix tracing to work with OTP21 #480
3.6.6 - 24 September 2018 3.6.6 - 24 September 2018
* Bugfix: When printing records, handle an improper list correctly. #478 * Bugfix: When printing records, handle an improper list correctly. #478

+ 1
- 1
src/lager.app.src View File

@ -3,7 +3,7 @@
{application, lager, {application, lager,
[ [
{description, "Erlang logging framework"}, {description, "Erlang logging framework"},
{vsn, "3.6.6"},
{vsn, "3.6.7"},
{modules, []}, {modules, []},
{applications, [ {applications, [
kernel, kernel,

Loading…
Cancel
Save