Skip to content

Commit ba01e61

Browse files
committed
Release 1.2.20
1 parent 620f647 commit ba01e61

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Version 1.2.20
22

3+
* Updating fast_tls to version 1.1.24.
4+
* Updating p1_utils to version 1.0.28.
35
* Fix formatting of log messages for anonymous TURN sessions.
46

57
# Version 1.2.19

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
debug_info,
2828
{i, "include"}]}.
2929

30-
{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.22"}}},
31-
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.
30+
{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.24"}}},
31+
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.28"}}}]}.
3232

3333
{cover_enabled, true}.
3434
{cover_export_enabled, true}.

src/stun.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{application, stun,
2525
[{description, "STUN and TURN library for Erlang / Elixir"},
26-
{vsn, "1.2.19"},
26+
{vsn, "1.2.20"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, fast_tls, p1_utils]},

0 commit comments

Comments
 (0)