From c61a1b89d688abecdb641fc74e6dc3f6079057e4 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 1 Jun 2024 01:42:21 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d16edb92..997460ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.5] - 2024-06-01 + +- A proper solution for the `utcnow()` issue. + +It was a bit trickier than expected to solve, but now Platypush uses a +`utcnow()` facade that always returns a UTC datetime in a timezone-aware +representation. + +The code should however also handle the case of timestamps stored on the db in +the old format. + ## [1.0.4] - 2024-05-31 - Fixed regression introduced by