From 3133665342ae9abb083e8e989083cf334a0e69a6 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 26 Oct 2022 11:16:46 +0200 Subject: [PATCH] Prepare release --- ntex-tls/CHANGES.md | 4 ++++ ntex-tls/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ntex-tls/CHANGES.md b/ntex-tls/CHANGES.md index e41fd57f..c672156a 100644 --- a/ntex-tls/CHANGES.md +++ b/ntex-tls/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.1.7] - 2022-10-26 + +* Create the correct PskIdentity type on query #138 + ## [0.1.6] - 2022-10-14 * Allow extracting TLS SNI server name and TLS PSK identity #136 diff --git a/ntex-tls/Cargo.toml b/ntex-tls/Cargo.toml index 854f5740..85ff5545 100644 --- a/ntex-tls/Cargo.toml +++ b/ntex-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-tls" -version = "0.1.6" +version = "0.1.7" authors = ["ntex contributors "] description = "An implementation of SSL streams for ntex backed by OpenSSL" keywords = ["network", "framework", "async", "futures"]