Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 8, 2020
1 parent f11f1ce commit 336b93c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version 1.5.0

* Updating p1_utils to version 1.0.21.
* Updating stringprep to version 1.0.24.
* Updating fast_tls to version 1.1.10.
* Updating fast_xml to version 1.1.45.
* Add support for scram-sha-256/512-{plus}

# Version 1.4.10
Expand Down
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
{"priv/lib/xmpp_uri.so", ["c_src/xmpp_uri.c"]},
{"priv/lib/xmpp_lang.so", ["c_src/xmpp_lang.c"]}]}.

{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.20"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.44"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.9"}}},
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.21"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.45"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.10"}}},
{ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.9"}}},
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.23"}}}]}.
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.24"}}}]}.

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

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.4.10"},
{vsn, "1.5.0"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 336b93c

Please sign in to comment.