Skip to content

Commit b45c6af

Browse files
committed
Bump version and update CHANGELOG
1 parent 51ec47a commit b45c6af

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.11.0
2+
------
3+
#### Enhancements
4+
* Add support for custom matcher functions (#147).
5+
6+
#### Changes
7+
* Filter request headers before attempting to match with cassette (#143).
8+
19
0.10.4
210
------
311
#### Changes

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do
33

44
def project do
55
[ app: :exvcr,
6-
version: "0.10.4",
6+
version: "0.11.0",
77
elixir: "~> 1.3",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)