Browse Source

Roll 3.6.10

pull/501/head 3.6.10
Mark Allen 6 years ago
parent
commit
4ffdf0dbef
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 5
- 0
README.md View File

@ -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)

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

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

Loading…
Cancel
Save