diff --git a/CHANGELOG b/CHANGELOG index bd281ca..41ec961 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 3.1.1 - 2024-01-06 + +- Fix issue with 'none' in directives + ## 3.1 - 2023-11-15 - Add Django 5.0 to build matrix diff --git a/pyproject.toml b/pyproject.toml index c6892bb..83bf831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-csp-plus" -version = "3.1" +version = "3.1.1" description = "CSP tracking and violation report endpoint." license = "MIT" authors = ["YunoJuno "]