Skip to content

Commit

Permalink
Release 1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jul 28, 2020
1 parent cbc87be commit 1cf72b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.0.37

* Updating p1_utils to version 1.0.20.
* Updating fast_tls to version 1.1.8.

# Version 1.0.36

* Log relay (de)allocation rather than authentication at notice level.
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
debug_info,
{i, "include"}]}.

{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.7"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.19"}}}]}.
{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.8"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.20"}}}]}.

{cover_enabled, true}.
{cover_export_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.0.36"},
{vsn, "1.0.37"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, fast_tls, p1_utils]},
Expand Down

0 comments on commit 1cf72b5

Please sign in to comment.