Skip to content

Commit 93cb91a

Browse files
committed
Update CHANGELOG and bump version
1 parent 9284711 commit 93cb91a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.14.1
2+
------
3+
#### Changes
4+
* Fix compilation in project lacking Finch (#205).
5+
16
0.14.0
27
------
38
#### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExVCR.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/parroty/exvcr"
5-
@version "0.14.0"
5+
@version "0.14.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)