Skip to content

Commit

Permalink
Bump shoryuken to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Cantero committed Mar 19, 2017
1 parent 544a05b commit 2666bc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## [v3.0.3] - 2017-03-19
- Update `sqs` CLI commands to use `get_queue_url` when appropriated
- [#341](https://github.com/phstc/shoryuken/pull/341)

## [v3.0.2] - 2017-03-19
- Fix custom SQS client initialization
- [#335](https://github.com/phstc/shoryuken/pull/335)

## [v3.0.1] - 2017-03-13
- Fix commands sqs mv and dump `options.delete` checker
- [#332](https://github.com/phstc/shoryuken/pull/332)

## [v3.0.0] - 2017-03-12
- Replace Celluloid with Concurrent Ruby
- [#291](https://github.com/phstc/shoryuken/pull/291)
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.2'.freeze
VERSION = '3.0.3'.freeze
end

0 comments on commit 2666bc9

Please sign in to comment.