1.4.0
=====
 - Add support for nested remote healthchecks (#10)

1.3.0
=====
 - Add Django 2.0 support (#9)
 - Correctly close the db cursor (#6)

1.2.0
=====
 - Wrap the basic auth header value in force_text()

1.1.0
=====
 - Fix healthcheck detail view page (#4)

1.0.0
=====
 - 1.0.0 release (including docs)

0.7.1
=====
 - Minor release to fix readme on pypi

0.7.0
=====
 - Introduce the `HEALTH_CHECKS_BASIC_AUTH` setting. This allows setting
   authentication for specific (or all) healthcheck endpoints

0.6.0
=====
 - Optionally allow checks to receive the request. This allows the remote_addr 
   check which allows you to check if the proxy / x-forwarded-for is correctly
   set.

0.5.0
=====
 - Allow setting a HTTP status code for failures (`HEALTH_CHECKS_ERROR_CODE`)

0.4.1
=====
 - Make the wheel file universal (py2/py3)

0.4.0
=====
 - Add support for Python 3.4 and Python 3.5 (Arthur Skowronek)

0.3.1
=====
 - Release 0.3.0 was broken (didn't test..), add unittests and fix issue

0.3.0 
=====
 - Add simple cache checker in contrib

0.2.0 
=====
 - Set proper caching headers (no-cache, no-store, max-age=0)

0.1.2
=====
 - Return raw status value instead of forcing it to a boolean on the 
   detail page.

0.1.1
=====
 - Use status code 200 instead of 500 for failing checks

0.1.0
=====
 - Initial release
