Skip to content

Commit f5f1e67

Browse files
committed
Update CHANGELOG and bump version
1 parent 971d7c8 commit f5f1e67

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.15.1
2+
------
3+
#### Changes
4+
* Fix upstream warnings under Elixir 1.16 (#215).
5+
16
0.15.0
27
------
38
#### Enhancements

mix.exs

+1-1
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.15.0"
5+
@version "0.15.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)