Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jan 23, 2024
1 parent 5a879ee commit 8010d26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/hexpm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-22.04
container:
image: erlang:26
runs-on: ubuntu-20.04
steps:
- name: Check out
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Version 1.8.0

* Updating fast_tls to version 1.1.17.
* Updating fast_xml to version 1.1.50.
* Add support for xep-0474 - SASL SCRAM Downgrade Protection
* Add support for xep-0388 - SASL2
* Add support for xep-0386 - Bind 2
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
{"priv/lib/xmpp_lang.so", ["c_src/xmpp_lang.c"]}]}.

{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.49"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "34e46e8a122e4dd83730eda1aa8b566ab55eea62"}},
{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"}}},
{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.7.0"},
{vsn, "1.8.0"},
{modules, []},
{registered, []},
{applications, [asn1, compiler, kernel, public_key, stdlib, syntax_tools,
Expand Down

0 comments on commit 8010d26

Please sign in to comment.