diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbcbbf4..5cc28737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-11-12] +### Changed +- Update version of django-allauth (@yunti) + ## [2015-11-11] ### Added - Added django_coverage_plugin to measure Django template coverage (@audreyr)