diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9dec34..c29bcb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## [2021-10-14] +### Updated +- Update flake8 to 4.0.1 ([#3361](https://github.com/pydanny/cookiecutter-django/pull/3361)) +- Update flake8-isort to 4.1.1 ([#3360](https://github.com/pydanny/cookiecutter-django/pull/3360)) +- Update django-model-utils to 4.2.0 ([#3359](https://github.com/pydanny/cookiecutter-django/pull/3359)) + ## [2021-10-13] ### Changed - Add drf stubs ([#3353](https://github.com/pydanny/cookiecutter-django/pull/3353))