diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 3915141c..cf36d96c 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2022-xx-xx + + +## 3.0.4 - 2022-03-15 - Logs emitted now use the `tracing` crate with `log` compatibility. [#451] [#451]: https://github.com/actix/actix-net/pull/451 diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 43de2bff..5a8f2a6d 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.0.3" +version = "3.0.4" authors = [ "Nikolay Kim ", "Rob Ede ",