diff --git a/CHANGELOG.md b/CHANGELOG.md index d44da4e44..2bbbfe532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.09.18 + + +### Updated + +- Update djangorestframework-stubs to 3.16.3 ([#6061](https://github.com/cookiecutter/cookiecutter-django/pull/6061)) + +- Update django-cors-headers to 4.9.0 ([#6060](https://github.com/cookiecutter/cookiecutter-django/pull/6060)) + +- Update whitenoise to 6.11.0 ([#6059](https://github.com/cookiecutter/cookiecutter-django/pull/6059)) + ## 2025.09.15 diff --git a/pyproject.toml b/pyproject.toml index cc678af8b..9b8be540b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.09.15" +version = "2025.09.18" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 98e2ed359..f76bc7b39 100644 --- a/uv.lock +++ b/uv.lock @@ -183,7 +183,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.9.15" +version = "2025.9.18" source = { virtual = "." } dependencies = [ { name = "binaryornot" },