diff --git a/CHANGELOG.md b/CHANGELOG.md index 71322f0..e0d3020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/emque/consuming/version.rb b/lib/emque/consuming/version.rb index 5ed3bce..8976499 100644 --- a/lib/emque/consuming/version.rb +++ b/lib/emque/consuming/version.rb @@ -1,5 +1,5 @@ module Emque module Consuming - VERSION = "1.2.1" + VERSION = "1.3.0" end end