README.md in capistrano-sidekiq-0.3.2 vs README.md in capistrano-sidekiq-0.3.3

- old
+ new

@@ -47,9 +47,11 @@ :sidekiq_concurrency => nil :sidekiq_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiq" # Only for capistrano2.5 :sidekiqctl_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiqctl" # Only for capistrano2.5 ``` ## Changelog +- 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 - 0.3.0: Fix monit task @andreygerasimchuk - 0.2.9: Check if current directory exist @alexdunae - 0.2.8: Added :sidekiq_queue & :sidekiq_config - 0.2.7: Signal usage @penso