We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9318245 commit b458a03Copy full SHA for b458a03
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.13.1
2
+------
3
+#### Enhancements
4
+* Add Finch support (#175).
5
+
6
0.13.0
7
------
8
#### Changes
mix.exs
@@ -2,7 +2,7 @@ defmodule ExVCR.Mixfile do
use Mix.Project
@source_url "https://github.com/parroty/exvcr"
- @version "0.13.0"
+ @version "0.13.1"
def project do
[
0 commit comments