Skip to content

Commit 6fd8522

Browse files
committed
v1.9.8
1 parent bbe25c7 commit 6fd8522

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.8 (2010-07-20)
2+
3+
* Bugfix: Worker.all should never return nil
4+
* monit example: Fixed Syntax Error and adding environment to the rake task
5+
* redis rake task: Fixed typo in copy command
6+
17
## 1.9.7 (2010-07-09)
28

39
* Improved memory usage in Job.destroy

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

0 commit comments

Comments
 (0)