From e7d19c52866726d8a792f2304985918dbc5411ce Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 10 Nov 2020 01:03:30 -0500 Subject: [PATCH] chore: release version 3.0.3 --- CHANGELOG.md | 5 +++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2679e89..8e3e412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [3.0.3](https://github.com/spandex-project/spandex/compare/3.0.2...3.0.3) (2020-11-10) + + + + ## [3.0.2](https://github.com/spandex-project/spandex/compare/3.0.1...3.0.2) (2020-07-13) diff --git a/README.md b/README.md index e0ebf05..2654648 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.2"}] + [{:spandex, "~> 3.0.3"}] end ``` diff --git a/mix.exs b/mix.exs index 35799d6..1bf5649 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Spandex.Mixfile do use Mix.Project - @version "3.0.2" + @version "3.0.3" def project do [