Skip to content

Commit 57dd8ac

Browse files
committed
Release 1.2.12
1 parent 744fe59 commit 57dd8ac

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.2.12
2+
3+
* Updating fast_tls to version 1.1.19.
4+
15
# Version 1.2.11
26

37
* Updating fast_tls to version 1.1.18.

rebar.config

+1-1
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.18"}}},
30+
{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.19"}}},
3131
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}}]}.
3232

3333
{cover_enabled, true}.

src/stun.app.src

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

0 commit comments

Comments
 (0)