We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c4e36 commit f1186d0Copy full SHA for f1186d0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.10.0
2
+------
3
+#### Changes
4
+* Fix unstable behavior without `async: false` (#126).
5
+
6
0.9.1
7
------
8
#### Enhancements
mix.exs
@@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do
def project do
[ app: :exvcr,
- version: "0.9.1",
+ version: "0.10.0",
elixir: "~> 1.3",
deps: deps(),
9
description: description(),
0 commit comments