diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8b3b46..b63565e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +Version 3.6.3 (2022-10-27) +-------------------------- +* Fixed an issue where emails may not be rendered with context. Thanks @zagl! +* Fixed a few packaging issues. Thanks @zagl and @adamchainz! +* `send_messages()` now mimics Django's SMTP Backend return value. Thanks @JiriKr! + Version 3.6.2 (2022-10-12) -------------------------- * Improvement to attachment handling in admin interface. Thanks @petrprikryl! diff --git a/post_office/version.txt b/post_office/version.txt index 95f0a994..74f9ad7d 100644 --- a/post_office/version.txt +++ b/post_office/version.txt @@ -1 +1 @@ -3, 6, 2 \ No newline at end of file +3, 6, 3 \ No newline at end of file