diff --git a/CHANGELOG.md b/CHANGELOG.md index c50f8071..872a3dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/shoryuken/version.rb b/lib/shoryuken/version.rb index cbfffe19..d9b6579e 100644 --- a/lib/shoryuken/version.rb +++ b/lib/shoryuken/version.rb @@ -1,3 +1,3 @@ module Shoryuken - VERSION = '3.0.2'.freeze + VERSION = '3.0.3'.freeze end