From 087b1756c9dc294ab3b51259888a719cf13b7adb Mon Sep 17 00:00:00 2001 From: Pablo Cantero Date: Fri, 27 Jan 2017 14:14:38 -0500 Subject: [PATCH] Bump to 2.1.3 --- CHANGELOG.md | 10 ++++++++++ lib/shoryuken/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 436d8f66..6514a0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v2.1.3] - 2017-01-27 +- Show a warn message when batch isn't supported + - [#302](https://github.com/phstc/shoryuken/pull/302) + +- Require Celluloid ~> 17 + - [#305](https://github.com/phstc/shoryuken/pull/305) + +- Fix excessive logging when 0 messages found + - [#307](https://github.com/phstc/shoryuken/pull/307) + ## [v2.1.2] - 2016-12-22 - Fix loading `logfile` from shoryuken.yml - [#296](https://github.com/phstc/shoryuken/pull/296) diff --git a/lib/shoryuken/version.rb b/lib/shoryuken/version.rb index 8a4181eb..e9bd2fd1 100644 --- a/lib/shoryuken/version.rb +++ b/lib/shoryuken/version.rb @@ -1,3 +1,3 @@ module Shoryuken - VERSION = '2.1.2' + VERSION = '2.1.3' end