Skip to content

Commit a36389e

Browse files
committed
Release 1.11.0
1 parent 375794b commit a36389e

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Version 1.11.0
22

3+
* Updating fast_tls to version 1.1.24.
4+
* Updating fast_xml to version 1.1.57.
5+
* Updating ezlib to version 1.0.14.
6+
* Updating p1_utils to version 1.0.28.
7+
* Updating stringprep to version 1.0.33.
38
* Update pubsub-item-retract to allow it accept list of ids
49
* Fix decoding of mix_destroy
510
* Add codec for unified push

rebar.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
{"priv/lib/xmpp_uri.so", ["c_src/xmpp_uri.c"]},
3434
{"priv/lib/xmpp_lang.so", ["c_src/xmpp_lang.c"]}]}.
3535

36-
{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}},
37-
{fast_xml, "~> 1.1.51", {git, "https://github.com/processone/fast_xml", "72e1c1b2eef84804399095704f2d729d5df8f02e"}},
38-
{fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", {tag, "1.1.23"}}},
36+
{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils", {tag, "1.0.28"}}},
37+
{fast_xml, "~> 1.1.51", {git, "https://github.com/processone/fast_xml", {tag, "1.1.57"}}},
38+
{fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", {tag, "1.1.24"}}},
3939
{ezlib, "~> 1.0.12", {git, "https://github.com/processone/ezlib", {tag, "1.0.14"}}},
4040
{idna, "~> 6.0", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
41-
{stringprep, "~> 1.0.29", {git, "https://github.com/processone/stringprep", {tag, "1.0.31"}}}]}.
41+
{stringprep, "~> 1.0.29", {git, "https://github.com/processone/stringprep", {tag, "1.0.33"}}}]}.
4242

4343
{clean_files, ["c_src/jid.gcda", "c_src/jid.gcno"]}.
4444

src/xmpp.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
{application, xmpp,
2626
[{description, "Erlang/Elixir XMPP parsing and serialization library"},
27-
{vsn, "1.10.1"},
27+
{vsn, "1.11.0"},
2828
{modules, []},
2929
{registered, []},
3030
{applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,

0 commit comments

Comments
 (0)