Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 18, 2024
1 parent 7fc868d commit f631878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Version 1.9.1

* Updating fast_xml to version 1.1.55.
* Make `allow_unencrypted_sasl2` option also allow connection
for clients that tell us they wanted to use but didn't find
channel bindings
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{"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", "d4ccd4e2bb72d2727837736f9202187f9442c003"}},
{fast_xml, "~> 1.1.51", {git, "https://github.com/processone/fast_xml", {tag, "1.1.55"}}},
{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"}}},
Expand Down
2 changes: 1 addition & 1 deletion src/xmpp.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

{application, xmpp,
[{description, "Erlang/Elixir XMPP parsing and serialization library"},
{vsn, "1.9.0"},
{vsn, "1.9.1"},
{modules, []},
{registered, []},
{applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,
Expand Down

0 comments on commit f631878

Please sign in to comment.