We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cde354 commit ebb0b5aCopy full SHA for ebb0b5a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.10.4
2
+------
3
+#### Changes
4
+* Enforce match on :hackney.request/1, /2, /3 and /4 (#145).
5
+
6
0.10.3
7
------
8
#### Changes
mix.exs
@@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do
def project do
[ app: :exvcr,
- version: "0.10.3",
+ version: "0.10.4",
elixir: "~> 1.3",
deps: deps(),
9
description: description(),
0 commit comments