Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed May 9, 2019
1 parent 900fdd4 commit d16abf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## v0.2.0 (2019-05-09)

* New option `:metadata` that allows users to select which metadata should be retrieved
and appended to the message struct
* New option `:requeue` that allows users to define a strategy for requeuing failed messages

## v0.1.0 (2019-04-09)

* Initial release
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule BroadwayRabbitMQ.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.2.0"
@description "A RabbitMQ connector for Broadway"

def project do
Expand Down

0 comments on commit d16abf9

Please sign in to comment.