From a04ba1a6f0b20fe67cda7907c801d8a54b79c452 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Wed, 19 Jun 2024 08:02:01 +0700 Subject: [PATCH] Bump version to 3.9.0 --- CHANGELOG.md | 8 ++++++++ post_office/version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94cf42c3..a65f8f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +Version 3.9.0 (2024-06-19) +-------------------------- +* Added a new `LOCK_FILE_NAME` which lets you change post office's lock file name. Thanks @mogost! +* Fixes a bug where `email_queued` signal is not sent in certain cases. Thanks @diesieben07! +* Fixes an issue where attachment admin page would not render with large number of emails. Thanks @petrprikryl! +* Fixes a crash when email instances are made with context, but without a template. Thanks @pacahon! +* Other miscellaneous fixes and house keeping tasks by @mogost! + Version 3.8.0 (2023-10-22) -------------------------- * Added `BATCH_DELIVERY_TIMEOUT` that specifies the maximum time allowed for each batch to be delivered. Defaults to 180 seconds. Thanks @selwin! diff --git a/post_office/version.txt b/post_office/version.txt index 41f1ec22..bce8d42b 100644 --- a/post_office/version.txt +++ b/post_office/version.txt @@ -1 +1 @@ -3, 8, 0 \ No newline at end of file +3, 9, 0 \ No newline at end of file