diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2e5371..2d49fcee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2024.06.17 + + +### Updated + +- Update django-compressor to 4.5 ([#5145](https://github.com/cookiecutter/cookiecutter-django/pull/5145)) + +- Update rcssmin to 1.1.2 ([#4614](https://github.com/cookiecutter/cookiecutter-django/pull/4614)) + ## 2024.06.15 diff --git a/setup.py b/setup.py index e240446f..1d45d2f7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2024.06.15" +version = "2024.06.17" with open("README.md") as readme_file: long_description = readme_file.read()