diff --git a/CHANGELOG.md b/CHANGELOG.md index 3914800..3d6e948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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: diff --git a/README.md b/README.md index 0a48b4d..42034f7 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index ad05770..127473a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Spandex.Mixfile do use Mix.Project - @version "3.0.0" + @version "3.0.1" def project do [