From 0ca5084429a96b36d8a829a411390ddedae3af88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 12:23:12 -0500 Subject: [PATCH] chore(main): release 0.4.0 (#24) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lib/redaction/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c53603..ea8d586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/DRBragg/redaction/compare/v0.3.0...v0.4.0) (2022-11-10) + + +### Features + +* Add config option to force redaction. ([#23](https://github.com/DRBragg/redaction/issues/23)) ([0dbb4bc](https://github.com/DRBragg/redaction/commit/0dbb4bc796588b4ebe2c6c7ae1debf9e026bafb2)) + ## [0.3.0](https://github.com/DRBragg/redaction/compare/v0.2.0...v0.3.0) (2022-05-20) diff --git a/lib/redaction/version.rb b/lib/redaction/version.rb index 6df02a8..55a40aa 100644 --- a/lib/redaction/version.rb +++ b/lib/redaction/version.rb @@ -1,3 +1,3 @@ module Redaction - VERSION = "0.3.0" + VERSION = "0.4.0" end