From 5eb0922e022897068a6b601c87e6d5fea392dc48 Mon Sep 17 00:00:00 2001 From: Alexander Nestorov Date: Mon, 15 Jul 2024 19:29:55 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d138732..db1e006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1] - 2024-07-15 + +### Changed + +- improve handling of timestamps (thanks to GonzaloMachado) +- fix a logical bug that would prevent registrations to get deleted (thanks to GonzaloMachado) + ## [4.0] - 2024-07-04 ### Breaking changes diff --git a/README.md b/README.md index 7d41918..4adeb3b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This application implements the creation of **signed .pkpass** files and ## Requirements -- Django >=3.2.9, <4.2 +- Django >=3.2.9 - Python >= 3.10 - pyca/cryptography (for .pkpass SMIME sign) - djangorestframework >= 3.8