CHANGELOG.md in scheduled_job-0.0.9 vs CHANGELOG.md in scheduled_job-0.1.0

- old
+ new

@@ -1,2 +1,24 @@ # 0.0.2 Initial public release + +# 0.0.3 +Removing hard coded Delayed Job dependencies + +# 0.0.4 +Adds one second back off to the fast mode + +# 0.0.5 +Removed the compulsory .configure call + +# 0.0.7 +Fixes substring job lookup bug + +# 0.0.8 +Bug fix for multiple scheduling potential + +# 0.0.9 +Adds local db for development + +# 0.1.0 +Makes available the `rake jobs:reschedule` rake task +Adds a config to allow the scheduling for more than one instance of the same job