We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600ab45 commit d03a1a7Copy full SHA for d03a1a7
HISTORY.md
@@ -1,3 +1,18 @@
1
+## 1.8.6 (2010-06-02)
2
+
3
+* Redis 2 support
4
+* Depend on redis-namespace 0.5.0
5
+* Bugfix: Specify JSON dependency
6
+* Bugfix: Hoptoad plugin now works on 1.9
7
8
+## 1.8.5 (2010-05-18)
9
10
+* Bugfix: Be more liberal in which Redis clients we accept.
11
12
+## 1.8.4 (2010-05-18)
13
14
+* Try to resolve redis-namespace dependency issue
15
16
## 1.8.3 (2010-05-17)
17
18
* Depend on redis-rb ~> 1.0.7
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = '1.8.5'
+ Version = '1.8.6'
end
0 commit comments