mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
version bump
This commit is contained in:
parent
f04e1ecbec
commit
839f946470
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
HEAD
|
||||
-----------
|
||||
|
||||
- Support Honeybadger for error delivery
|
||||
- Inline testing runs the client middleware before executing jobs [#465]
|
||||
- Web UI can now remove jobs from queue. [#466, dleung]
|
||||
- Web UI can now show the full message, not just 100 chars [#464, dleung]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "2.4.0"
|
||||
VERSION = "2.5.0"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue