Skip to content

Commit

Permalink
chore: release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregMefford committed Nov 8, 2018
1 parent 24141fb commit 5ede77a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<!-- changelog -->

## [0.1.1](https://github.com/spandex-project/spandex_phoenix/compare/0.1.0...0.1.1) (2018-10-15)

## [0.2.0](https://github.com/spandex-project/spandex_phoenix/compare/v0.2.0...v0.1.1) (2018-11-8)

### Features:

* Add a Plug wrapper to trace requests


## [0.1.1](https://github.com/spandex-project/spandex_phoenix/compare/v0.1.0...v0.1.1) (2018-10-15)

### Bug Fixes:

* Indirectly call Tracer to remove compiler warnings ([#1](https://github.com/spandex-project/spandex_phoenix/pull/1))


## [0.1.0](https://github.com/spandex-project/spandex_phoenix/compare/0.1.0...0.1.0) (2018-09-15)
## [0.1.0](https://github.com/spandex-project/spandex_phoenix/tree/v0.1.0) (2018-09-15)

### Features:

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, "~> 0.1.1"}
{:spandex_phoenix, "~> 0.2.0"}
]
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 "0.1.1"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit 5ede77a

Please sign in to comment.