Skip to content

Commit e7d19c5

Browse files
committed
chore: release version 3.0.3
1 parent 0ccb9e6 commit e7d19c5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This is Datadog-specific since that's currently the only adapter.
4646

4747
```elixir
4848
def deps do
49-
[{:spandex, "~> 3.0.2"}]
49+
[{:spandex, "~> 3.0.3"}]
5050
end
5151
```
5252

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Spandex.Mixfile do
22
use Mix.Project
33

4-
@version "3.0.2"
4+
@version "3.0.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)