From 0913d6cb0fcee000a49307dc83ccb7f8f097bf26 Mon Sep 17 00:00:00 2001 From: parroty Date: Wed, 9 Aug 2023 11:18:58 +0900 Subject: [PATCH] Bump version and update CHANGELOG --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afed03..9a473db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.14.3 +------ +#### Enhancements +* Allow numeric options for Filter.filter_sensitive_data/1 (#209). + 0.14.2 ------ #### Changes diff --git a/mix.exs b/mix.exs index e4e3ec0..804ebd4 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExVCR.Mixfile do use Mix.Project @source_url "https://github.com/parroty/exvcr" - @version "0.14.2" + @version "0.14.3" def project do [