diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f8d11cc..62e0c5cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2018-02-06] +### Changed +- Switched to the Alpine Docker image (@browniebroke) +- Upgraded image to Python 3.6 (@browniebroke) +- Upgraded Heroku runtime to latest Python (@browniebroke) + ## [2018-01-15] ### Changed - Removed Elastic Beanstalk support (@pydanny)