0.12.0 (2018-12-06)
--------------------
  - better Celery 4 support, thanks @az-wegift
  - configurably, automatically reconnect to Redis on timeout error rather than terminate, thanks @az-wegift
  - password support for Redis Sentinal connections, thanks @az-wegift
  - bugfix, rrule serialization under Celery 3, thanks @noamkush

0.11.1 (2018-01-03)
--------------------
 - config options and password support for Redis Sentinel, thanks Amadeusz Zolnowski

0.11.0 (2017-10-18)
---------------------
 - SECURITY, redact password when logging redis URL
 - Celery 3/4 compatibility fixes, thanks Jannis Leidel
 - Recurrance Rule support, thanks Aric Huang
 - Redis Cluster support, thanks Arthur Lutz


0.10.2 (2017-10-10)
----------------------
 - SECURITY, redact password when logging redis URL

0.10.0 (2017-05-10)
----------------------
 - minor breaking changes due to reworked API
 - celery 4.x support
 - python 3 compatability, thanks Christopher Arndt
 - be more consistent about using UTC everywhere
 - various bugfixes, thanks Christopher Arndt
 - improved configuration handling, thanks Jannis Leidel
