diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 13bb37b296..02db1c55ea 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,10 +1,14 @@ # Changes ## Unreleased - 2021-xx-xx -- Remove use of `str::split_once` to lower MSRV of `actix-tls` to a de-facto 1.50.0 from 1.52.0 + + +## 3.0.1 - 2022-01-11 +- No significant changes since `3.0.0`. + ## 3.0.0 - 2021-12-26 -* No significant changes since `3.0.0-rc.2`. +- No significant changes since `3.0.0-rc.2`. ## 3.0.0-rc.2 - 2021-12-10 diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 614aeed91c..c2a5cb1e5a 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.0.0" +version = "3.0.1" authors = [ "Nikolay Kim ", "Rob Ede ",