Skip to content

Commit a32a9d6

Browse files
committed
Bump version and update CHANGELOG
1 parent 196228b commit a32a9d6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
0.17.0
2+
------
3+
#### Changes
4+
* Move preferred_cli_env into def cli (#230).
5+
* Update locked dependencies (#232).
6+
* Format code and ensure formatting in CI (#234).
7+
18
0.16.0
29
------
310
#### Changes
4-
* Remove exactor dependency (#228)
11+
* Remove exactor dependency (#228).
512

613
0.15.2
714
------

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.16.0"
5+
@version "0.17.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)