diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index f9494953..15c0bf76 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,6 +1,10 @@ # Changes -[1.0.0-alpha.3] - 2019-12-07 +## [1.0.0] - 2019-12-11 + +* 1.0.0 release + +## [1.0.0-alpha.3] - 2019-12-07 ### Changed diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index c9b18e25..8381ba75 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "1.0.0-alpha.3" +version = "1.0.0" authors = ["Nikolay Kim "] description = "Actix tls services" keywords = ["network", "framework", "async", "futures"]