Skip to content

Commit

Permalink
Bumped the version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
okoriko committed Aug 5, 2015
1 parent dcab28b commit 1330e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module Sidekiq
VERSION = '0.5.3'
VERSION = '0.5.4'
end
end

0 comments on commit 1330e7f

Please sign in to comment.