Skip to content

Commit

Permalink
chore: release version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 14, 2020
1 parent c36395a commit 7059cad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [3.0.1](https://github.com/spandex-project/spandex/compare/3.0.0...3.0.1) (2020-05-14)




### Bug Fixes:

* configure sender in tests

## [3.0.0](https://github.com/spandex-project/spandex/compare/2.4.4...3.0.0) (2020-05-14)
### Breaking Changes:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This is Datadog-specific since that's currently the only adapter.

```elixir
def deps do
[{:spandex, "~> 3.0.0"}]
[{:spandex, "~> 3.0.1"}]
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 Spandex.Mixfile do
use Mix.Project

@version "3.0.0"
@version "3.0.1"

def project do
[
Expand Down

0 comments on commit 7059cad

Please sign in to comment.