diff --git a/CHANGELOG.md b/CHANGELOG.md index d4dd037..3054026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.12.3 +------ +#### Enhancements +* Add support to ignore_urls (#168). + +#### Changes +* Fix sanitize options function in hackney adapter converter (#169). + 0.12.2 ------ #### Changes diff --git a/mix.exs b/mix.exs index 226f2ea..4fc79df 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.12.2" + @version "0.12.3" def project do [