Skip to content

Commit 5554711

Browse files
committed
Release 1.2.13
1 parent 57dd8ac commit 5554711

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.2.13
2+
3+
* Updating fast_tls to version 1.1.20.
4+
* Updating p1_utils to version 1.0.26.
5+
16
# Version 1.2.12
27

38
* Updating fast_tls to version 1.1.19.

rebar.config

+2-2
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.19"}}},
31-
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}}]}.
30+
{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.20"}}},
31+
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.
3232

3333
{cover_enabled, true}.
3434
{cover_export_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.12"},
26+
{vsn, "1.2.13"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, fast_tls, p1_utils]},

0 commit comments

Comments
 (0)