Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Feb 26, 2024
1 parent 8010d26 commit 7672a7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.8.1

* Updating fast_tls to version 1.1.19.

# Version 1.8.0

* Updating fast_tls to version 1.1.17.
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, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.51"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.18"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.19"}}},
{ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.12"}}},
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.29"}}}]}.
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.0"},
{vsn, "1.8.1"},
{modules, []},
{registered, []},
{applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,
Expand Down

0 comments on commit 7672a7e

Please sign in to comment.