diff --git a/CHANGELOG.md b/CHANGELOG.md index d27858f..6b4396f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -0.14.5 +0.15.0 ------ +#### Enhancements +* Support for Multiple Stub Requests (#216). + #### Changes * Fix typos for documentation and missing json-parsed body in `mix vcr.show`. - Fix typos (#214). +* Update dependency - excoveralls 0.18.0 (#217). 0.14.4 ------ diff --git a/mix.exs b/mix.exs index b174c5d..15cbf01 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExVCR.Mixfile do use Mix.Project @source_url "https://github.com/parroty/exvcr" - @version "0.14.5" + @version "0.15.0" def project do [