File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ 3.0.3] ( https://github.com/spandex-project/spandex/compare/3.0.2...3.0.3 ) (2020-11-10)
9+
10+
11+
12+
813## [ 3.0.2] ( https://github.com/spandex-project/spandex/compare/3.0.1...3.0.2 ) (2020-07-13)
914
1015
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ This is Datadog-specific since that's currently the only adapter.
4646
4747``` elixir
4848def deps do
49- [{:spandex , " ~> 3.0.2 " }]
49+ [{:spandex , " ~> 3.0.3 " }]
5050end
5151```
5252
Original file line number Diff line number Diff line change 11defmodule Spandex.Mixfile do
22 use Mix.Project
33
4- @ version "3.0.2 "
4+ @ version "3.0.3 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments