Skip to content

Commit

Permalink
Release 1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jun 27, 2024
1 parent 9b4129b commit 1f0d84e
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.1.20

* Updating p1_utils to version 1.0.26.
* Fix compilation on LibreSSL
* Add function for conversion of p12 certificates

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]},
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.

{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.25"}}}]}.
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.26"}}}]}.

{clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno",
Expand Down
2 changes: 1 addition & 1 deletion src/fast_tls.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{application, fast_tls,
[{description, "TLS / SSL OpenSSL-based native driver for Erlang / Elixir"},
{vsn, "1.1.19"},
{vsn, "1.1.20"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, crypto, public_key, p1_utils]},
Expand Down

0 comments on commit 1f0d84e

Please sign in to comment.