diff --git a/CHANGELOG.md b/CHANGELOG.md index f60f6bd5..7fcfb483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2024.11.21 + + +### Changed + +- Add support for secure Redis (TLS support) ([#5526](https://github.com/cookiecutter/cookiecutter-django/pull/5526)) + +### Updated + +- Update sentry-sdk to 2.19.0 ([#5543](https://github.com/cookiecutter/cookiecutter-django/pull/5543)) + +- Update uvicorn to 0.32.1 ([#5539](https://github.com/cookiecutter/cookiecutter-django/pull/5539)) + +- Bump traefik from 3.2.0 to 3.2.1 ([#5541](https://github.com/cookiecutter/cookiecutter-django/pull/5541)) + ## 2024.11.20 diff --git a/pyproject.toml b/pyproject.toml index 2d57bdc4..db24cbcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2024.11.20" +version = "2024.11.21" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [