From dd3982e96f340df90a12c01aa4cd1c0b0a49a05c 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.9.0 --- CHANGELOG.md | 2 ++ rebar.config | 4 ++-- src/xmpp.app.src | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 976c8c0..6440cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Version 1.9.0 +* Updating fast_tls to version 1.1.22. +* Updating fast_xml to version 1.1.53. * Add support for XEP-0480 SASL Upgrade Tasks * Add support for XEP-0288 Bidirectional Server-to-Server Connections * Improve failback handling for S2S connections using direct tls diff --git a/rebar.config b/rebar.config index 571bc12..3864e1a 100644 --- a/rebar.config +++ b/rebar.config @@ -34,8 +34,8 @@ {"priv/lib/xmpp_lang.so", ["c_src/xmpp_lang.c"]}]}. {deps, [{p1_utils, "~> 1.0.25", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}, - {fast_xml, "~> 1.1.51", {git, "https://github.com/processone/fast_xml", {tag, "1.1.52"}}}, - {fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", "75a08772f0ffddfed0441bfdc7e7f9a5adb3862f"}}, + {fast_xml, "~> 1.1.51", {git, "https://github.com/processone/fast_xml", {tag, "1.1.53"}}}, + {fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", {tag, "1.1.22"}}}, {ezlib, "~> 1.0.12", {git, "https://github.com/processone/ezlib", {tag, "1.0.13"}}}, {idna, "~> 6.0", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}}, {stringprep, "~> 1.0.29", {git, "https://github.com/processone/stringprep", {tag, "1.0.30"}}}]}. diff --git a/src/xmpp.app.src b/src/xmpp.app.src index 42a1d79..f4e0b98 100644 --- a/src/xmpp.app.src +++ b/src/xmpp.app.src @@ -24,7 +24,7 @@ {application, xmpp, [{description, "Erlang/Elixir XMPP parsing and serialization library"}, - {vsn, "1.8.3"}, + {vsn, "1.9.0"}, {modules, []}, {registered, []}, {applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,