Skip to content

Commit b569484

Browse files
committed
1.15.0
1 parent 29f37ee commit b569484

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.15.0 (2011-03-18)
2+
3+
* Fallback to Redis.connect. Makes ENV variables and whatnot work.
4+
* Fixed Sinatra 1.2 compatibility
5+
16
## 1.14.0 (2011-03-17)
27

38
* Sleep interval can now be a float

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.14.0'
2+
Version = VERSION = '1.15.0'
33
end

0 commit comments

Comments
 (0)