Skip to content

Commit

Permalink
Release 0.7.1 (#67)
Browse files Browse the repository at this point in the history
* Release 0.7.1

* Apply suggestions from code review

Co-authored-by: Philip Sampaio <[email protected]>
  • Loading branch information
cduruk and Philip Sampaio authored Mar 27, 2022
1 parent 5dd69b8 commit 135de52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.7.1 (2022-03-27)

* Relax `nimble_options` dependency to accept `~> 0.4.0`

## v0.7.0 (2021-08-30)

* Add the following telemetry events:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ client of your choice (defaults to `:hackney`):
```elixir
def deps do
[
{:broadway_sqs, "~> 0.7.0"},
{:broadway_sqs, "~> 0.7.1"},
{:hackney, "~> 1.9"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule BroadwaySqs.MixProject do
use Mix.Project

@version "0.7.0"
@version "0.7.1"
@description "A SQS connector for Broadway"

def project do
Expand Down

0 comments on commit 135de52

Please sign in to comment.