Skip to content

Commit d78344f

Browse files
committed
Release 1.11.1
1 parent ef2552e commit d78344f

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
* Updating fast_tls to version 1.1.25.
4+
* Updating ezlib to version 1.0.15.
35
* Add support for HTTP File Upload purposes
46

57
# Version 1.11.0

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils", {tag, "1.0.28"}}},
3737
{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"}}},
39-
{ezlib, "~> 1.0.12", {git, "https://github.com/processone/ezlib", {tag, "1.0.14"}}},
38+
{fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", {tag, "1.1.25"}}},
39+
{ezlib, "~> 1.0.12", {git, "https://github.com/processone/ezlib", {tag, "1.0.15"}}},
4040
{idna, "~> 6.0", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
4141
{stringprep, "~> 1.0.29", {git, "https://github.com/processone/stringprep", {tag, "1.0.33"}}}]}.
4242

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.11.0"},
27+
{vsn, "1.11.1"},
2828
{modules, []},
2929
{registered, []},
3030
{applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,

0 commit comments

Comments
 (0)