diff --git a/CHANGELOG.md b/CHANGELOG.md index 170d02b..fd38d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.6 (2025-01-16) + - Reorganized the repository a bit. - Fixed and simplified the Google Consent Management integration. - Added SRF support to the embedding functionality. diff --git a/feincms3_cookiecontrol/__init__.py b/feincms3_cookiecontrol/__init__.py index 8c118e6..e4adfb8 100644 --- a/feincms3_cookiecontrol/__init__.py +++ b/feincms3_cookiecontrol/__init__.py @@ -1 +1 @@ -__version__ = "1.5.5" +__version__ = "1.6.0"