Skip to content

Commit

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

<!-- changelog -->

## [3.0.2](https://github.com/spandex-project/spandex/compare/3.0.1...3.0.2) (2020-07-13)




### Bug Fixes:

* add a name to failed traces (#116)

## [3.0.1](https://github.com/spandex-project/spandex/compare/3.0.0...3.0.1) (2020-05-14)


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

def project do
[
Expand Down

0 comments on commit 03526c1

Please sign in to comment.