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