1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2015-11-17 12:03:26 -06:00
parent 708db81a6e
commit 8577284fa3
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,12 @@
# Sidekiq Changes
4.0.0.pre1
4.0.1
-----------
- Yank new queue-based testing API [#2663]
- Fix invalid constant reference in heartbeat
4.0.0
-----------
- Sidekiq's internals have been completely overhauled for performance

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "4.0.0"
VERSION = "4.0.1"
end