Skip to content

Commit f1186d0

Browse files
committed
Update CHANGELOG and bump version
1 parent 04c4e36 commit f1186d0

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.0
2+
------
3+
#### Changes
4+
* Fix unstable behavior without `async: false` (#126).
5+
16
0.9.1
27
------
38
#### Enhancements

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.9.1",
6+
version: "0.10.0",
77
elixir: "~> 1.3",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)