diff --git a/HISTORY.md b/HISTORY.md index f8124f864..9de6c7cd1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## 1.13.0 (2011-02-07) + +* Depend on redis-namespace >= 0.10 +* README tweaks +* Use thread_safe option when setting redis url +* Bugfix: worker pruning + ## 1.12.0 (2011-02-03) * Added pidfile writing from `rake resque:work` diff --git a/lib/resque/version.rb b/lib/resque/version.rb index b287242fe..b1d2ceb0d 100644 --- a/lib/resque/version.rb +++ b/lib/resque/version.rb @@ -1,3 +1,3 @@ module Resque - Version = VERSION = '1.12.0' + Version = VERSION = '1.13.0' end