Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v1.8.1
  • Loading branch information
defunkt committed Apr 30, 2010
1 parent f0374eb commit 1199237
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,3 +1,9 @@
## 1.8.1 (2010-04-29)

* Bugfix: Multiple failure backend did not support requeue-ing failed jobs
* Bugfix: Fix /failed when error has no backtrace
* Bugfix: Add `Redis::DistRedis` as a valid client

## 1.8.0 (2010-04-07)

* Jobs that never complete due to killed worker are now failed.
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
Version = '1.8.0'
Version = '1.8.1'
end

0 comments on commit 1199237

Please sign in to comment.