From 4e5852355a0a76a5854f853308bab3ddff02adfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Mon, 16 Oct 2023 15:07:49 +0200 Subject: [PATCH] Release 1.0.50 --- CHANGELOG.md | 4 ++++ rebar.config | 2 +- src/esip.app.src | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f508a..ea28ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.0.50 + +* Updating stun to version 1.2.10. + # Version 1.0.49 * Updating stun to version 1.2.7. diff --git a/rebar.config b/rebar.config index 271b017..32f5ed1 100644 --- a/rebar.config +++ b/rebar.config @@ -30,7 +30,7 @@ {port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. -{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.7"}}}, +{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.10"}}}, {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.16"}}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}}]}. diff --git a/src/esip.app.src b/src/esip.app.src index 59aabac..02e482c 100644 --- a/src/esip.app.src +++ b/src/esip.app.src @@ -22,7 +22,7 @@ %%%---------------------------------------------------------------------- {application, esip, [{description, "ProcessOne SIP server component in Erlang"}, - {vsn, "1.0.49"}, + {vsn, "1.0.50"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, fast_tls, p1_utils, stun]},