* Minimum Python version is now 3.6. Thanks ronlut!
* Support for RQ 1.13. Thanks ronlut!
* Added `at_front` parameter to `enqueue_at()`. Thanks gabriels1234!
* Added support for `on_success` and `on_failure` handler to `enqueue_*` methods. Thanks andy-takker!
* Replace `croniter` with `crontab` package. Thanks zentist!