diff --git a/CHANGES.md b/CHANGES.md index 076b5b1..ea71344 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ CHANGES ======= +4.0b7 +===== +- Removed ``CSPMiddlewareAlwaysGenerateNonce`` middleware that forced nonce headers when not used in + content encouraging better security practices ([#274](https://github.com/mozilla/django-csp/pull/274)) + 4.0b6 ===== - Fix ``CSPMiddlewareAlwaysGenerateNonce`` to always generate the nonce. diff --git a/pyproject.toml b/pyproject.toml index 89144fa..f45e5cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "setuptools>=61.2" ] [project] name = "django-csp" -version = "4.0b6" +version = "4.0b7" description = "Django Content Security Policy support." readme = "README.rst" license = { text = "BSD" }