Skip to content

Commit

Permalink
Bump version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Cantero committed Apr 10, 2017
1 parent 4504cd1 commit 6e4c840
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [v3.0.5] - 2017-04-09
- Pause endless dispatcher to avoid CPU overload
- [#354](https://github.com/phstc/shoryuken/pull/354)

- Auto log processor errors
- [#355](https://github.com/phstc/shoryuken/pull/355)

- Add a delay as a CLI param
- [#350](https://github.com/phstc/shoryuken/pull/350)

- Add `sqs purge` command. See https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_PurgeQueue.html
- [#344](https://github.com/phstc/shoryuken/pull/344)
## [v3.0.4] - 2017-03-24
- Add `sqs purge` command. See https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_PurgeQueue.html
- [#344](https://github.com/phstc/shoryuken/pull/344)
Expand Down
2 changes: 1 addition & 1 deletion lib/shoryuken/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Shoryuken
VERSION = '3.0.4'.freeze
VERSION = '3.0.5'.freeze
end

0 comments on commit 6e4c840

Please sign in to comment.