CHANGELOG.md in govuk_app_config-1.6.0 vs CHANGELOG.md in govuk_app_config-1.7.0
- old
+ new
@@ -1,4 +1,9 @@
+# 1.7.0
+
+* Add various convenience health check classes which make it easier to add
+ custom checks into apps without writing lots of code.
+
# 1.6.0
* Make health checks classes rather than instances, allowing internal data to
be cached and improve performance.