From 2666bc934ec2ca2052a88e577ad34a88b323663d Mon Sep 17 00:00:00 2001 From: Pablo Cantero Date: Sun, 19 Mar 2017 14:11:05 -0400 Subject: [PATCH] Bump shoryuken to 3.0.3 --- CHANGELOG.md | 6 ++++++ lib/shoryuken/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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