diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f88ea..670a24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/rebar.config b/rebar.config index ff65821..c93895e 100644 --- a/rebar.config +++ b/rebar.config @@ -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}. diff --git a/src/stun.app.src b/src/stun.app.src index 653cb32..94bdfa5 100644 --- a/src/stun.app.src +++ b/src/stun.app.src @@ -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]},