diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0cab5..963df41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.2.10 + +* Improve dialyzer support + # Version 1.2.9 * Allow for specifying white/blacklists for clients and peers separately. diff --git a/src/stun.app.src b/src/stun.app.src index 94b40ce..6667af8 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.2.9"}, + {vsn, "1.2.10"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, fast_tls, p1_utils]},