Skip to content

Commit b672392

Browse files
committed
Update CHANGELOG and bump version
1 parent 5702af5 commit b672392

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.8.9
2+
------
3+
#### Enhancements
4+
* Adding filter_request_options to filter sensitive data in request options (#102).
5+
16
0.8.8
27
------
38
#### Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ExVCR.Mixfile do
33

44
def project do
55
[ app: :exvcr,
6-
version: "0.8.8",
6+
version: "0.8.9",
77
elixir: "~> 1.0",
88
deps: deps(),
99
description: description(),

0 commit comments

Comments
 (0)