From 7e043048a085dcd2ce36d65823a02ef44bf15a6e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 29 Aug 2023 18:41:48 +0100 Subject: [PATCH] chore(actix-tls): prepare release 3.1.1 --- actix-tls/CHANGES.md | 4 ++++ actix-tls/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 21739e89..317284dc 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -2,6 +2,10 @@ ## Unreleased +## 3.1.1 + +- Fix minimum `rustls` v0.21 version requirement. + ## 3.1.0 - Support Rustls v0.21. diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 82799450..a228ab30 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.1.0" +version = "3.1.1" authors = [ "Nikolay Kim ", "Rob Ede ",