diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index e53abc790..8022ea4e8 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0] - 2019-12-20 + +* Release + ## [0.2.0-alpha.3] - 2019-12-07 * Migrate to actix-web 2.0.0 diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index 5bfd937a3..5712c9243 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.2.0] - 2019-12-xx +## [0.2.0] - 2019-12-20 * Fix BodyEncoding trait import #1220 diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index 74a204055..8e89acc15 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0] - 2019-12-20 + +* Use actix-web 2.0 + ## [0.1.0] - 2019-06-xx * Move identity middleware to separate crate diff --git a/actix-multipart/CHANGES.md b/actix-multipart/CHANGES.md index c0792b84c..31f326d05 100644 --- a/actix-multipart/CHANGES.md +++ b/actix-multipart/CHANGES.md @@ -1,6 +1,10 @@ # Changes -## [2.0.0-alpha.4] - 2019-12-xx +## [0.2.0] - 2019-12-20 + +* Release + +## [0.2.0-alpha.4] - 2019-12-xx * Multipart handling now handles Pending during read of boundary #1205 diff --git a/actix-session/CHANGES.md b/actix-session/CHANGES.md index b4ef66c35..e4306fa9d 100644 --- a/actix-session/CHANGES.md +++ b/actix-session/CHANGES.md @@ -1,5 +1,8 @@ # Changes +## [0.3.0] - 2019-12-20 + +* Release ## [0.3.0-alpha.4] - 2019-12-xx diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md index dff2dadf6..66ff7ed6c 100644 --- a/actix-web-actors/CHANGES.md +++ b/actix-web-actors/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [2.0.0] - 2019-12-20 + +* Release + ## [2.0.0-alpha.1] - 2019-12-15 * Migrate to actix-web 2.0.0