From e97a9767d1b59b7f0974cc3097042d42e4129128 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 12 May 2023 10:21:44 +0100 Subject: [PATCH] Version 4.0.0 --- CHANGELOG.rst | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8b4f74a7..cf05605e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +4.0.0 (2023-05-12) +------------------ + * Add ``CORS_ALLOW_PRIVATE_NETWORK_ACCESS`` setting, which enables support for the Local Network Access draft specification. Thanks to Issac Kelly in `PR #745 `__ and jjurgens0 in `PR #833 `__. diff --git a/setup.cfg b/setup.cfg index 5d699e33..3ac77b89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django_cors_headers -version = 3.14.0 +version = 4.0.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