+## 0.2.4 (2015-04-16)
+
+* Django 1.8 compatibility.
+
+* Remove private headers from response.
+
+* Python-3 compatible get_version.
+
+
+## 0.2.3 (2014-09-22)
+
+* Don't assume request object we are passed at any point still has
+ our custom attributes.
+
+
+## 0.2.2 (2014-09-19)
+
+* Return 404 from ssi_included views with unsupported languages.
+
+* Set zip_safe=False, so egg loader middleware isn't required.
+
+
+## 0.2.1 (2014-09-15)
+
+* Fix packaging errors.
+
+