From 5e290d76f8011cc7deb5844f6180e8d396b45873 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 28 Jan 2022 22:11:21 +0000 Subject: [PATCH] prepare actix-tls release 3.0.2 --- actix-tls/CHANGES.md | 3 +++ actix-tls/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 0ac9a23f..da7bec65 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 3.0.2 - 2022-01-28 - Expose `connect::Connection::new`. [#439] [#439]: https://github.com/actix/actix-net/pull/439 diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 61bd8bc9..28c8e04a 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.0.1" +version = "3.0.2" authors = [ "Nikolay Kim ", "Rob Ede ",