Prepare release

This commit is contained in:
Nikolay Kim 2022-12-28 13:02:24 +01:00
parent 4baf42d6d1
commit a54f6f7ac2
12 changed files with 27 additions and 9 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.2.0-beta.0] - 2022-12-28
* Migrate to ntex-service 1.0
## [0.1.7] - 2022-10-26
* Create the correct PskIdentity type on query #138

View file

@ -25,7 +25,7 @@ openssl = ["tls_openssl"]
rustls = ["tls_rust"]
[dependencies]
ntex-bytes = "0.1.14"
ntex-bytes = "0.1.18"
ntex-io = "0.2.0-beta.0"
ntex-util = "0.2.0-beta.0"
ntex-service = "1.0.0-beta.0"