diff --git a/CHANGELOG.md b/CHANGELOG.md index e919b366..e53b7f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.08.29 + + +### Updated + +- Update sentry-sdk to 1.30.0 ([#4546](https://github.com/cookiecutter/cookiecutter-django/pull/4546)) + ## 2023.08.28 diff --git a/setup.py b/setup.py index 92dfd8b0..cd763a41 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.08.28" +version = "2023.08.29" with open("README.md") as readme_file: long_description = readme_file.read()