mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Bump version
This commit is contained in:
parent
44fecf28b0
commit
c4154a8802
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
HEAD
|
||||
2.7.0
|
||||
-----------
|
||||
|
||||
- Add -d daemonize flag, capistrano recipe has been updated to use it [#662]
|
||||
- Support profiling via `ruby-prof` with -p. When Sidekiq is stopped
|
||||
via Ctrl-C, it will output `profile.html`. You must add `gem 'ruby-prof'` to your Gemfile for it to work.
|
||||
- Dynamically update Redis stats on dashboard [brandonhilkert]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "2.6.5"
|
||||
VERSION = "2.7.0"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue