diff --git a/HISTORY.md b/HISTORY.md index 910d07eeb..15fbfa541 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.11.0 (2010-08-23) + +* Web UI: Group /workers page by hostnames + ## 1.10.0 (2010-08-23) * Support redis:// string format in `Resque.redis=` diff --git a/lib/resque/version.rb b/lib/resque/version.rb index 7f5b32233..7c5357662 100644 --- a/lib/resque/version.rb +++ b/lib/resque/version.rb @@ -1,3 +1,3 @@ module Resque - Version = VERSION = '1.10.0' + Version = VERSION = '1.11.0' end