We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6064e41 commit 220c0f1Copy full SHA for 220c0f1
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+Version 3.10.1 (2025-08-04)
5
+---------------------------
6
+* Fixed an issue where `email.last_updated` is not updated during email delivery. Thanks @marsha97!
7
+
8
Version 3.10.0 (2025-07-15)
9
---------------------------
10
* Added `email.recipient_delivery_status` field for tracking delivery issues. Thanks @hery733!
post_office/version.py
@@ -1 +1 @@
-VERSION = '3.10.0'
+VERSION = '3.10.1'
0 commit comments