From a3a97d072ad263a9e09807be77eb089c58f08942 Mon Sep 17 00:00:00 2001 From: Hugo Rodger-Brown Date: Tue, 6 Feb 2024 08:51:33 +0000 Subject: [PATCH] Bump version to 3.1.1 --- CHANGELOG | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 "]