diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7056d62c..a643114b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
All enhancements and patches to Cookiecutter Django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [2016-05-13]
+### Changed
+- Update version of pyflakes to 1.2.3, django-extensions to 1.6.7 and gunicorn to 19.5.0 (@luzfcb)
+- Update version of AngularJS to 1.5.5 (@luzfcb)
+
+### Removed
+- Remove Raven 404 catch middleware. Fix #367 (@pydanny)
+
## [2016-05-09]
### Changed
- Improved mailhog usage documentation on `developing-locally.rst` (@shireenrao)
diff --git a/requirements.txt b/requirements.txt
index 444c9fd3..d63bed87 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,6 +6,6 @@ binaryornot==0.4.0
# Testing
pytest==2.9.1
pep8==1.7.0
-pyflakes==1.2.2
+pyflakes==1.2.3
tox==2.3.1
pytest-cookies==0.2.0
diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt
index 4711c0a3..c88093fe 100644
--- a/{{cookiecutter.project_slug}}/requirements/local.txt
+++ b/{{cookiecutter.project_slug}}/requirements/local.txt
@@ -3,7 +3,7 @@
coverage==4.0.3
django_coverage_plugin==1.3
Sphinx
-django-extensions==1.6.6
+django-extensions==1.6.7
Werkzeug==0.11.9
django-test-plus==1.0.12
factory_boy==2.7.0
diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt
index f6b1eaa3..b2308d36 100644
--- a/{{cookiecutter.project_slug}}/requirements/production.txt
+++ b/{{cookiecutter.project_slug}}/requirements/production.txt
@@ -12,7 +12,7 @@ psycopg2==2.6.1
# WSGI Handler
# ------------------------------------------------
gevent==1.1.1
-gunicorn==19.4.5
+gunicorn==19.5.0
# Static and Media Storage
# ------------------------------------------------
diff --git a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html
index cd97ca6a..b5469222 100644
--- a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html
+++ b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html
@@ -24,7 +24,7 @@
{% endblock %}
{% endraw %}{% if cookiecutter.use_angular == "y" %}{% raw %}{% block angular %}
-
+
{% endblock %}{% endraw %}{% endif %}{% raw %}