Skip to content

Commit

Permalink
Releases v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alxberardi committed Dec 21, 2016
1 parent 9b5ed3d commit c98fa82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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.2] - 2016-12-21
### Fixed
- Implements stricter credit cards pattern matching
- Matches unconventionally formatted credit cards
Expand Down
2 changes: 1 addition & 1 deletion lib/sensitive_data_filter/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module SensitiveDataFilter
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit c98fa82

Please sign in to comment.