From ce4587df826e2669a0932c084a1569a8237c6542 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Dec 2019 14:53:58 +0600 Subject: [PATCH] prepare actix-tls release --- actix-tls/CHANGES.md | 6 +++++- actix-tls/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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"]