Skip to content

Commit

Permalink
Release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jul 17, 2024
1 parent 93a3370 commit 56c32a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Version 1.8.3

* Updating fast_tls to version 1.1.21.
* Improve handling of muc retracions
* Add support for muc#roominfo_avatarhash field

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

{deps, [{p1_utils, "~> 1.0.25", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}},
{fast_xml, "~> 1.1.51", {git, "https://github.com/processone/fast_xml", {tag, "1.1.52"}}},
{fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", {tag, "1.1.20"}}},
{fast_tls, "~> 1.1.19", {git, "https://github.com/processone/fast_tls", {tag, "1.1.21"}}},
{ezlib, "~> 1.0.12", {git, "https://github.com/processone/ezlib", {tag, "1.0.13"}}},
{idna, "~> 6.0", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
{stringprep, "~> 1.0.29", {git, "https://github.com/processone/stringprep", {tag, "1.0.30"}}}]}.
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.8.2"},
{vsn, "1.8.3"},
{modules, []},
{registered, []},
{applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,
Expand Down

0 comments on commit 56c32a1

Please sign in to comment.