We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9284711 commit 93cb91aCopy full SHA for 93cb91a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.14.1
2
+------
3
+#### Changes
4
+* Fix compilation in project lacking Finch (#205).
5
+
6
0.14.0
7
------
8
#### Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule ExVCR.Mixfile do
use Mix.Project
@source_url "https://github.com/parroty/exvcr"
- @version "0.14.0"
+ @version "0.14.1"
def project do
[
0 commit comments