- Added support for cron-style recurring jobs with schedule, unschedule, pause_schedule, resume_schedule,
list_schedules and dispatch_schedules methods to Minion.
- Added enqueue_from_schedule event to Minion.
- Added schedules page to the Minion::Admin UI.
- Added schedules and inactive_schedules fields to stats.
- Added dispatch_interval status option to Minion::Worker.
- Added next_cron_time and parse_cron functions to Minion::Util.
- Added minion schedule command for managing schedules from the command line.
- Added --dispatch-interval option to the minion worker command.
- Updated Perl requirement to 5.20 for Mojo::Pg.
- Improved Minion::Job to store process ids in job notes for easier debugging.
- Fixed compatibility with new versions of DBD::Pg.