We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe25c7 commit 6fd8522Copy full SHA for 6fd8522
HISTORY.md
@@ -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
7
## 1.9.7 (2010-07-09)
8
9
* Improved memory usage in Job.destroy
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.9.7'
+ Version = VERSION = '1.9.8'
end
0 commit comments