1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Update changes, bump version

This commit is contained in:
Mike Perham 2013-01-16 13:08:20 -08:00
parent 742aeaa90e
commit 198e6a2e27
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
2.6.5
-----------
- Fix job requeueing upon termination [apinstein, #622]
- Fix typo in capistrano recipe
- Add `retry_queue` option so retries can be given lower priority [ryanlower, #620]
```ruby
sidekiq_options queue: 'high', retry_queue: 'low'
```
2.6.4
-----------

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.6.4"
VERSION = "2.6.5"
end