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 ",