Skip to content

Commit f144aad

Browse files
committed
v1.9.9
1 parent d834b90 commit f144aad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.9.9 (2010-07-26)
2+
3+
* Depend on redis-namespace 0.8.0
4+
* Depend on json_pure instead of json (for JRuby compat)
5+
* Bugfix: rails_env display in stats view
6+
17
## 1.9.8 (2010-07-20)
28

39
* Bugfix: Worker.all should never return nil

lib/resque/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Resque
2-
Version = VERSION = '1.9.8'
2+
Version = VERSION = '1.9.9'
33
end

0 commit comments

Comments
 (0)