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"]