mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Prep for 2.6.2 release
This commit is contained in:
parent
bb4127c556
commit
633983ae86
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
2.6.2
|
||||
-----------
|
||||
|
||||
- Add Dashboard beacon indicating when stats are updated. [brandonhilkert, #606]
|
||||
- Revert issue with capistrano restart. [#598]
|
||||
|
||||
2.6.1
|
||||
-----------
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "2.6.1"
|
||||
VERSION = "2.6.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue