Skip to content

Commit

Permalink
Release 1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jul 17, 2024
1 parent 5554711 commit 5f32a4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.2.14

* Updating fast_tls to version 1.1.21.

# Version 1.2.13

* Updating fast_tls to version 1.1.20.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
debug_info,
{i, "include"}]}.

{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.20"}}},
{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.21"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.

{cover_enabled, true}.
Expand Down
2 changes: 1 addition & 1 deletion src/stun.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{application, stun,
[{description, "STUN and TURN library for Erlang / Elixir"},
{vsn, "1.2.13"},
{vsn, "1.2.14"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, fast_tls, p1_utils]},
Expand Down

0 comments on commit 5f32a4c

Please sign in to comment.