We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c55679 commit 14c5f3aCopy full SHA for 14c5f3a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.8.7
2
+------
3
+#### Enhancements
4
+* Add support for HEAD request in hackney (#91).
5
+
6
0.8.6
7
------
8
#### Changes
mix.exs
@@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do
def project do
[ app: :exvcr,
- version: "0.8.6",
+ version: "0.8.7",
elixir: "~> 1.0",
deps: deps(),
9
description: description(),
0 commit comments