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

Bump version

This commit is contained in:
Mike Perham 2013-01-29 12:28:02 -08:00
parent 44fecf28b0
commit c4154a8802
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.6.5"
VERSION = "2.7.0"
end