diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7f34e6d..8bce595e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +4.3.0 (2023-10-11) +------------------ + * Avoid adding the ``access-control-allow-credentials`` header to unallowed responses. Thanks to Adam Romanek in `PR #888 `__. diff --git a/setup.cfg b/setup.cfg index 88a72eff..2c1baa28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django_cors_headers -version = 4.2.0 +version = 4.3.0 description = django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). long_description = file: README.rst long_description_content_type = text/x-rst