diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b727cf..1f2515d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.14.0 +------ +#### Enhancements +* Add start_cassette / stop_cassette macro (#199). +* Support Finch request! function (#197). + 0.13.5 ------ #### Changes diff --git a/mix.exs b/mix.exs index 2b7abc7..eace5ee 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.13.5" + @version "0.14.0" def project do [