Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Apr 29, 2021
1 parent 1226936 commit 8f80d91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 8f80d91

Please sign in to comment.