Skip to content

Commit 80ab63b

Browse files
committed
Release 1.5.8
1 parent 73c2bbe commit 80ab63b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.5.8
2+
3+
* Updating fast_tls to version 1.1.15.
4+
* Updating ezlib to version 1.0.12.
5+
16
# Version 1.5.7
27

38
* Updating ezlib to version 1.0.11.

rebar.config

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

3434
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}},
3535
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.49"}}},
36-
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.14"}}},
37-
{ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.11"}}},
36+
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.15"}}},
37+
{ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.12"}}},
3838
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
3939
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.28"}}}]}.
4040

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.5.7"},
27+
{vsn, "1.5.8"},
2828
{modules, []},
2929
{registered, []},
3030
{applications, [kernel, stdlib, ezlib, fast_tls, fast_xml, idna, p1_utils, stringprep]},

0 commit comments

Comments
 (0)