Skip to content

Commit a04ba1a

Browse files
committed
Bump version to 3.9.0
1 parent e71abb4 commit a04ba1a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 3.9.0 (2024-06-19)
5+
--------------------------
6+
* Added a new `LOCK_FILE_NAME` which lets you change post office's lock file name. Thanks @mogost!
7+
* Fixes a bug where `email_queued` signal is not sent in certain cases. Thanks @diesieben07!
8+
* Fixes an issue where attachment admin page would not render with large number of emails. Thanks @petrprikryl!
9+
* Fixes a crash when email instances are made with context, but without a template. Thanks @pacahon!
10+
* Other miscellaneous fixes and house keeping tasks by @mogost!
11+
412
Version 3.8.0 (2023-10-22)
513
--------------------------
614
* Added `BATCH_DELIVERY_TIMEOUT` that specifies the maximum time allowed for each batch to be delivered. Defaults to 180 seconds. Thanks @selwin!

post_office/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3, 8, 0
1+
3, 9, 0

0 commit comments

Comments
 (0)