1
0
Fork 0
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:
Mike Perham 2015-10-28 09:12:23 -07:00
parent 9c9c6caeec
commit b0d606929d
2 changed files with 3 additions and 2 deletions

View file

@ -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]

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "3.5.1"
VERSION = "3.5.2"
end