From 539ca4fcca2ca0b0d8b5ea32942b11c225b1ec0a Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 24 Feb 2021 11:42:41 +0000 Subject: [PATCH] prepare tls release 3.0.0-beta.4 --- actix-tls/CHANGES.md | 7 +++++-- actix-tls/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 352e79fa..824663b0 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,9 +1,12 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 3.0.0-beta.4 - 2021-02-24 * Rename `accept::openssl::{SslStream => TlsStream}`. -* Add `connect::Connect::set_local_addr` to attach local `Ipaddr`. [#282] -* `connector::TcpConnector` service would try to bind to local_addr of `IpAddr` when given [#282] +* Add `connect::Connect::set_local_addr` to attach local `IpAddr`. [#282] +* `connector::TcpConnector` service will try to bind to local_addr of `IpAddr` when given. [#282] [#282]: https://github.com/actix/actix-net/pull/282 diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 8d36d23b..94ac85f3 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.0.0-beta.3" +version = "3.0.0-beta.4" authors = ["Nikolay Kim "] description = "TLS acceptor and connector services for Actix ecosystem" keywords = ["network", "tls", "ssl", "async", "transport"]