Skip to content

Commit edd1992

Browse files
committed
Release 1.1.23
1 parent 147df94 commit edd1992

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.1.23
2+
3+
* Updating p1_utils to version 1.0.27.
4+
15
# Version 1.1.22
26

37
* Add finish_handshake() function

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]},
3131
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
3232

33-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.26"}}}]}.
33+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.27"}}}]}.
3434

3535
{clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
3636
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno",

src/fast_tls.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{application, fast_tls,
2525
[{description, "TLS / SSL OpenSSL-based native driver for Erlang / Elixir"},
26-
{vsn, "1.1.22"},
26+
{vsn, "1.1.23"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, crypto, public_key, p1_utils]},

0 commit comments

Comments
 (0)