Prepare release

This commit is contained in:
Nikolay Kim 2022-10-26 11:16:46 +02:00
parent 7b4696b193
commit 3133665342
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-tls"
version = "0.1.6"
version = "0.1.7"
authors = ["ntex contributors <team@ntex.rs>"]
description = "An implementation of SSL streams for ntex backed by OpenSSL"
keywords = ["network", "framework", "async", "futures"]