From bd4807f4d3dbdb2394c11c848cc1438d52083923 Mon Sep 17 00:00:00 2001 From: kevinpoitra Date: Mon, 6 Jan 2020 05:09:58 -0600 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 6 ++++++ actix-http/CHANGES.md | 6 ++++++ actix-identity/CHANGES.md | 4 ++++ actix-session/CHANGES.md | 4 ++++ 4 files changed, 20 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2f96dce5d..b99a223eb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changes +## [2.0.1] - 2020-01-06 + +### Changed + +* Update the `time` dependency to 0.2.1 + ## [2.0.0] - 2019-12-25 ### Changed diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 1c8e4f053..e90cf6e40 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,5 +1,11 @@ # Changes +## [1.0.2] - 2020-01-06 + +### Changed + +* Update the `time` dependency to 0.2.1 + ## [1.0.1] - 2019-12-20 ### Fixed diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index 8e89acc15..066d6a17e 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.1] - 2020-01-06 + +* Update the `time` dependency to 0.2.1 + ## [0.2.0] - 2019-12-20 * Use actix-web 2.0 diff --git a/actix-session/CHANGES.md b/actix-session/CHANGES.md index e4306fa9d..faa026755 100644 --- a/actix-session/CHANGES.md +++ b/actix-session/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.3.1] - 2020-01-06 + +* Update the `time` dependency to 0.2.1 + ## [0.3.0] - 2019-12-20 * Release