From 195ee1a564c059e9d4a65594a7b0bb178852dedc Mon Sep 17 00:00:00 2001 From: Alessandro Berardi Date: Thu, 22 Dec 2016 10:39:03 +1030 Subject: [PATCH] Releases v0.2.3 --- CHANGELOG.md | 2 +- lib/sensitive_data_filter/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0849a0..4451781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/). -## [Unreleased] +## [0.2.3] - 2016-12-22 ### Fixed - Ensures that the url returned by the occurrence is filtered diff --git a/lib/sensitive_data_filter/version.rb b/lib/sensitive_data_filter/version.rb index 583be64..d256993 100644 --- a/lib/sensitive_data_filter/version.rb +++ b/lib/sensitive_data_filter/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module SensitiveDataFilter - VERSION = '0.2.2' + VERSION = '0.2.3' end