Skip to content

Commit

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

<!-- changelog -->

## [v1.0.5](https://github.com/spandex-project/spandex_phoenix/compare/1.0.4...v1.0.5) (2020-11-25)




### Bug Fixes:

* System.stacktrace() -> __STACKTRACE__

* UnsupportedMediaTypeError not an error span

## [v1.0.4](https://github.com/spandex-project/spandex_phoenix/compare/1.0.3...v1.0.4) (2020-09-11)

### Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add `spandex_phoenix` to your dendencies in `mix.exs`:
```elixir
def deps do
[
{:spandex_phoenix, "~> 1.0.4"}
{:spandex_phoenix, "~> 1.0.5"}
]
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 SpandexPhoenix.MixProject do
use Mix.Project

@version "1.0.4"
@version "1.0.5"

def project do
[
Expand Down

0 comments on commit 487a635

Please sign in to comment.