diff --git a/HISTORY.md b/HISTORY.md index c2e63dcb..1aa37a75 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ ## 2.0.0 (???) +* TODO: address race condition with delayed jobs (using redis transactions) + +## 2.0.0.d (2011-04-04) + +* porting bug fixes from v1.9-stable ## 2.0.0.c diff --git a/lib/resque_scheduler/version.rb b/lib/resque_scheduler/version.rb index 343fe86a..79bde80b 100644 --- a/lib/resque_scheduler/version.rb +++ b/lib/resque_scheduler/version.rb @@ -1,3 +1,3 @@ module ResqueScheduler - Version = '2.0.0.c' + Version = '2.0.0.d' end