From 3ac1d1edb9e07b05f97e1ac891b77576a97dff0d Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 7 Nov 2015 20:23:46 +0100 Subject: [PATCH] =?UTF-8?q?use=20the=20correct=20date=20=F0=9F=93=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9152c7b..eaf483f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [2015-10-24] +## [2015-11-7] ### Changed - Added newrelic support (@amjith) - Fixed an error where celery could'nt load the sentry DSN from settings (@jayfk)