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

bump version, update changes

This commit is contained in:
Mike Perham 2012-12-13 19:42:27 -08:00
parent b48af00ebd
commit b345563ac4
2 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,12 @@
2.6.0
-----------
- Enable live polling for every section in Web UI
- Add Stats API
- Add Stats::History API
- Add Dashboard to WEB UI with live and historical stat graphs
- Add option to log output to a file, reopen log file on USR2 signal [#581]
- Web UI much more mobile friendly now [brandonhilkert, #573]
- Enable live polling for every section in Web UI [brandonhilkert, #567]
- Add Stats API [brandonhilkert, #565]
- Add Stats::History API [brandonhilkert, #570]
- Add Dashboard to Web UI with live and historical stat graphs [brandonhilkert, #580]
- Add option to log output to a file, reopen log file on USR2 signal [mrnugget, #581]
2.5.4
-----------

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.5.4"
VERSION = "2.6.0"
end