Skip to content

Commit 14c5f3a

Browse files
committed
Update CHANGELOG and bump version
1 parent 8c55679 commit 14c5f3a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.8.7
2+
------
3+
#### Enhancements
4+
* Add support for HEAD request in hackney (#91).
5+
16
0.8.6
27
------
38
#### 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.8.6",
6+
version: "0.8.7",
77
elixir: "~> 1.0",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)