diff --git a/README.md b/README.md index 4af706a..6187c22 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ set :sidekiq_monit_use_sudo, false ``` ## Changelog +- 0.5.4: Add support for custom count of processes per host in monit task @okoriko - 0.5.3: Custom count of processes per each host - 0.5.0: Multiple processes @mrsimo - 0.3.9: Restore daemon flag from Monit template @@ -131,6 +132,7 @@ set :sidekiq_monit_use_sudo, false - [Saicheg] (https://github.com/Saicheg) - [Alex Yakubenko] (https://github.com/alexyakubenko) - [Robert Strobl] (https://github.com/rstrobl) +- [Eurico Doirado] (https://github.com/okoriko) ## Contributing diff --git a/lib/capistrano/sidekiq/version.rb b/lib/capistrano/sidekiq/version.rb index 3064c77..813ca84 100644 --- a/lib/capistrano/sidekiq/version.rb +++ b/lib/capistrano/sidekiq/version.rb @@ -1,5 +1,5 @@ module Capistrano module Sidekiq - VERSION = '0.5.3' + VERSION = '0.5.4' end end