Skip to content

Commit 7b8224a

Browse files
committed
Release 1.10.1
1 parent d2d8794 commit 7b8224a

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 1.10.1
2+
3+
* Updating fast_tls to version 1.1.23.
4+
* Updating fast_xml to version 1.1.56.
5+
* Updating ezlib to version 1.0.14.
6+
* Updating stringprep to version 1.0.31.
7+
* Updating p1_utils to version 1.0.27.
8+
19
# Version 1.10.0
210

311
* Update XEP-0317 Hats to version 0.2.0

rebar.config

Lines changed: 5 additions & 5 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.25", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}},
37-
{fast_xml, "~> 1.1.51", {git, "https://github.com/processone/fast_xml", {tag, "1.1.55"}}},
38-
{fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", {tag, "1.1.22"}}},
39-
{ezlib, "~> 1.0.12", {git, "https://github.com/processone/ezlib", {tag, "1.0.13"}}},
36+
{deps, [{p1_utils, "~> 1.0.25", {git, "https://github.com/processone/p1_utils", {tag, "1.0.27"}}},
37+
{fast_xml, "~> 1.1.51", {git, "https://github.com/processone/fast_xml", {tag, "1.1.56"}}},
38+
{fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", {tag, "1.1.23"}}},
39+
{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.30"}}}]}.
41+
{stringprep, "~> 1.0.29", {git, "https://github.com/processone/stringprep", {tag, "1.0.31"}}}]}.
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.0"},
27+
{vsn, "1.10.1"},
2828
{modules, []},
2929
{registered, []},
3030
{applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,

0 commit comments

Comments
 (0)