Skip to content

Commit

Permalink
Bump version and add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Knappe committed Nov 1, 2016
1 parent 08db6b8 commit f9292bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Emque Consuming CHANGELOG

- [Add in a configuration option to purge queues on startup](https://github.com/emque/emque-consuming/pull/61) 1.3.0
- [Remove double ack when consuming a message and ending up in an error state. This was causing consumers to die silently.](https://github.com/emque/emque-consuming/pull/59) 1.2.1
- [Add in the ability to retry errors and back off with an exponential delay](https://github.com/emque/emque-consuming/pull/55) 1.2.0
- [Add in a configuration option to disable auto shutdown on reaching the error limit](https://github.com/emque/emque-consuming/pull/58) 1.1.3
Expand Down
2 changes: 1 addition & 1 deletion lib/emque/consuming/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Emque
module Consuming
VERSION = "1.2.1"
VERSION = "1.3.0"
end
end

0 comments on commit f9292bc

Please sign in to comment.