diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eec4d3..5f2541f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.5 (2024-05-05) + - Started clobbering the cookie control data on app startup. - Updated the pre-commit hooks. - Updated the esbuild version. diff --git a/feincms3_cookiecontrol/__init__.py b/feincms3_cookiecontrol/__init__.py index bde0031..5b60188 100644 --- a/feincms3_cookiecontrol/__init__.py +++ b/feincms3_cookiecontrol/__init__.py @@ -1 +1 @@ -__version__ = "1.4.6" +__version__ = "1.5.0"