We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ec47a commit b45c6afCopy full SHA for b45c6af
CHANGELOG.md
@@ -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
9
0.10.4
10
------
11
#### Changes
mix.exs
@@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do
def project do
[ app: :exvcr,
- version: "0.10.4",
+ version: "0.11.0",
elixir: "~> 1.3",
deps: deps(),
description: description(),
0 commit comments