Skip to content

Commit

Permalink
Bump to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Cantero committed Jan 27, 2017
1 parent 50423d9 commit 087b175
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 = '2.1.2'
VERSION = '2.1.3'
end

0 comments on commit 087b175

Please sign in to comment.