README.md in capistrano-sidekiq-0.3.6 vs README.md in capistrano-sidekiq-0.3.7

- old
+ new

@@ -52,9 +52,12 @@ There is a know bug that prevent sidekiq from starting when pty is true ```ruby set :pty, false ``` ## Changelog +- 0.3.7: + * fix capistrano2 task @tribble + * Run Sidekiq as daemon from Monit @dpaluy - 0.3.5: Added :sidekiq_tag for capistrano2 @OscarBarrett - 0.3.4: fix bug in sidekiq:start for capistrano 2 task - 0.3.3: sidekiq:restart after deploy:restart added to default hooks - 0.3.2: :sidekiq_queue accept an array - 0.3.1: Fix logs @rottman, add concurrency option support @ungsophy