diff --git a/actix-connect/CHANGES.md b/actix-connect/CHANGES.md index d921acac..dd829518 100644 --- a/actix-connect/CHANGES.md +++ b/actix-connect/CHANGES.md @@ -1,12 +1,16 @@ # Changes -## [unreleased] +## Unreleased + + +## 2.0.0-alpha.4 - 2020-08-17 ### Changed * Update `rustls` dependency to 0.18 * Update `tokio-rustls` dependency to 0.14 + ## [2.0.0-alpha.3] - 2020-05-08 ### Fixed diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 617421b4..89ad67be 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-connect" -version = "2.0.0-alpha.3" +version = "2.0.0-alpha.4" authors = ["Nikolay Kim "] description = "Actix connect - tcp connector service" keywords = ["network", "framework", "async", "futures"] diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index b0d9ad28..d8badb42 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,6 +1,9 @@ # Changes -## [unreleased] +## Unreleased + + +## 2.0.0-alpha.2 - 2020-08-17 ### Changed @@ -8,6 +11,7 @@ * Update `tokio-rustls` dependency to 0.14 * Update `webpki-roots` dependency to 0.20 + ## [2.0.0-alpha.1] - 2020-03-03 ### Changed diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 99be200d..34adad2c 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "2.0.0-alpha.1" +version = "2.0.0-alpha.2" authors = ["Nikolay Kim "] description = "Actix tls services" keywords = ["network", "framework", "async", "futures"]