Skip to content

Commit ebb0b5a

Browse files
committed
Bump version
1 parent 5cde354 commit ebb0b5a

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.10.4
2+
------
3+
#### Changes
4+
* Enforce match on :hackney.request/1, /2, /3 and /4 (#145).
5+
16
0.10.3
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.10.3",
6+
version: "0.10.4",
77
elixir: "~> 1.3",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)