1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

version bump

This commit is contained in:
Mike Perham 2012-10-27 12:49:32 -07:00
parent f04e1ecbec
commit 839f946470
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.4.0"
VERSION = "2.5.0"
end