# Change Log

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

<!-- changelog -->

## [v0.3.0](https://github.com/spandex-project/spandex_phoenix/compare/0.2.1...v0.2.1) (2018-11-19)

## Bug Fixes:

* Return a conn when the request is filtered



### Features:

* Add a Plug wrapper to trace requests

### Bug Fixes:

* Require at least Plug 1.3


## [0.2.1](https://github.com/spandex-project/spandex_phoenix/compare/v0.2.0...v0.2.1) (2018-11-10)

### Bug Fixes:

* Require at least Plug 1.3

    We depend on `Plug.Conn.path_params`, which was added in Plug 1.3.0.


## [0.2.0](https://github.com/spandex-project/spandex_phoenix/compare/v0.1.1...v0.2.0) (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/tree/v0.1.0) (2018-09-15)

### Features:

* Initial release! 🚀 🎉
