From 5ede77a31b63e2487c1fe58d3df3c2b17ab80c68 Mon Sep 17 00:00:00 2001 From: Greg Mefford Date: Wed, 7 Nov 2018 21:34:41 -0500 Subject: [PATCH] chore: release version 0.2.0 --- CHANGELOG.md | 14 +++++++++++--- README.md | 2 +- mix.exs | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1748044..abec4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. -## [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: diff --git a/README.md b/README.md index d730531..4431462 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 73feceb..f155bae 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule SpandexPhoenix.MixProject do use Mix.Project - @version "0.1.1" + @version "0.2.0" def project do [