Skip to content

Commit 4857661

Browse files
committed
Release 9.2
1 parent 7d993ee commit 4857661

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Release history
2525
^^^^^^^^^^^^^^^
2626
.. This extra heading level keeps the ToC from becoming unmanageably long
2727
28-
vNext
28+
v9.2
2929
-----
3030

31-
*Unreleased changes*
31+
*2023-05-02*
3232

3333
Fixes
3434
~~~~~
@@ -37,11 +37,11 @@ Fixes
3737
and session creation fails (e.g., with Amazon SES backend and missing
3838
credentials). (Thanks to `@technolingo`_.)
3939

40-
* **Postmark:** Fix spurious AnymailInvalidAddress in ``message.cc`` when
41-
inbound message has no Cc recipients. (Thanks to `@Ecno92`_.)
40+
* **Postmark inbound:** Fix spurious AnymailInvalidAddress in ``message.cc``
41+
when inbound message has no Cc recipients. (Thanks to `@Ecno92`_.)
4242

43-
* **Postmark:** Workaround for handling inbound test webhooks.
44-
(`More info <https://github.com/anymail/django-anymail/issues/304>`__)
43+
* **Postmark inbound:** Add workaround for malformed test data sent by
44+
Postmark's inbound webhook "Check" button. (See `#304`_. Thanks to `@Ecno92`_.)
4545

4646
Deprecations
4747
~~~~~~~~~~~~
@@ -1421,6 +1421,7 @@ Features
14211421
.. _#147: https://github.com/anymail/django-anymail/issues/147
14221422
.. _#148: https://github.com/anymail/django-anymail/issues/148
14231423
.. _#153: https://github.com/anymail/django-anymail/issues/153
1424+
.. _#304: https://github.com/anymail/django-anymail/issues/304
14241425

14251426
.. _@ailionx: https://github.com/ailionx
14261427
.. _@alee: https://github.com/alee

anymail/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (9, 1)
1+
VERSION = (9, 2)
22

33
#: major.minor.patch or major.minor.devN
44
__version__ = ".".join([str(x) for x in VERSION])

0 commit comments

Comments
 (0)