Skip to content

Commit d03a1a7

Browse files
committed
v1.8.6
1 parent 600ab45 commit d03a1a7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
116
## 1.8.3 (2010-05-17)
217

318
* Depend on redis-rb ~> 1.0.7

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 = '1.8.5'
2+
Version = '1.8.6'
33
end

0 commit comments

Comments
 (0)