diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 2d1a1b61..e491f0af 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -3,6 +3,10 @@ ## Unreleased - 2021-xx-xx +## 3.0.0 - 2021-12-26 +* No significant changes since `3.0.0-rc.2`. + + ## 3.0.0-rc.2 - 2021-12-10 - Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#429] diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 346cbc5c..b640f949 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.0.0-rc.2" +version = "3.0.0" authors = [ "Nikolay Kim ", "Rob Ede ", @@ -8,7 +8,7 @@ authors = [ description = "TLS acceptor and connector services for Actix ecosystem" keywords = ["network", "tls", "ssl", "async", "transport"] repository = "https://github.com/actix/actix-net.git" -categories = ["network-programming", "asynchronous"] +categories = ["network-programming", "asynchronous", "cryptography"] license = "MIT OR Apache-2.0" edition = "2018"