mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Lock down 3.x
This commit is contained in:
parent
9c9c6caeec
commit
b0d606929d
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# Sidekiq Changes
|
||||
|
||||
HEAD
|
||||
3.5.2
|
||||
-----------
|
||||
|
||||
- **Sidekiq 3 is now in maintenance mode**, only major bugs will be fixed.
|
||||
- The exception triggering a retry is now passed into `sidekiq_retry_in`,
|
||||
allowing you to retry more frequently for certain types of errors.
|
||||
[#2619, kreynolds]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "3.5.1"
|
||||
VERSION = "3.5.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue