diff --git a/CHANGELOG.md b/CHANGELOG.md index dd150dbad..0f4e3a98b 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.12.24 + + +### Updated + +- Update djlint to 1.36.4 ([#5603](https://github.com/cookiecutter/cookiecutter-django/pull/5603)) + +- Update uvicorn to 0.34.0 ([#5592](https://github.com/cookiecutter/cookiecutter-django/pull/5592)) + ## 2024.12.23 diff --git a/pyproject.toml b/pyproject.toml index 00c2c09c5..a6a9f0af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2024.12.23" +version = "2024.12.24" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [