Skip to content

Commit

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

<!-- changelog -->

## [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)


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.2"}]
[{:spandex, "~> 3.0.3"}]
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.2"
@version "3.0.3"

def project do
[
Expand Down

0 comments on commit e7d19c5

Please sign in to comment.