We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5702af5 commit b672392Copy full SHA for b672392
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.8.9
2
+------
3
+#### Enhancements
4
+* Adding filter_request_options to filter sensitive data in request options (#102).
5
+
6
0.8.8
7
------
8
#### Enhancements
mix.exs
@@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do
def project do
[ app: :exvcr,
- version: "0.8.8",
+ version: "0.8.9",
elixir: "~> 1.0",
deps: deps(),
9
description: description(),
0 commit comments