From 1296964955d28e5ec5ef0b9f87cab68a7fd0ca5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Mon, 28 Oct 2024 15:17:25 +0100 Subject: [PATCH] Release 1.0.55 --- CHANGELOG.md | 5 +++++ rebar.config | 4 ++-- src/esip.app.src | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f51391..88129da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 1.0.55 + +* Updating stun to version 1.2.15. +* Updating fast_tls to version 1.1.22. + # Version 1.0.54 * Updating fast_tls to version 1.1.21. diff --git a/rebar.config b/rebar.config index abac604..a56d59f 100644 --- a/rebar.config +++ b/rebar.config @@ -30,8 +30,8 @@ {port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. -{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.14"}}}, - {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.21"}}}, +{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.15"}}}, + {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.22"}}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}. {clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}. diff --git a/src/esip.app.src b/src/esip.app.src index d5d0c3f..1a27bb7 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.54"}, + {vsn, "1.0.55"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, fast_tls, p1_utils, stun]},