Skip to content

Commit f42b7fc

Browse files
committed
Release 1.2.21
1 parent ba01e61 commit f42b7fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.2.21
2+
3+
* Updating fast_tls to version 1.1.25.
4+
15
# Version 1.2.20
26

37
* Updating fast_tls to version 1.1.24.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
debug_info,
2828
{i, "include"}]}.
2929

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

3333
{cover_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.20"},
26+
{vsn, "1.2.21"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, fast_tls, p1_utils]},

0 commit comments

Comments
 (0)