Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lopes committed Feb 17, 2021
1 parent f83e46b commit cec3979
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [4.0.0](https://github.com/uphold/anonymizer/releases/tag/v4.0.0) (2021-01-21)
## [4.1.0](https://github.com/uphold/anonymizer/releases/tag/v4.1.0) (2021-02-17)
- Trim redacted keys [\#39](https://github.com/uphold/anonymizer/pull/39) ([rplopes](https://github.com/rplopes))
- Apply anonymizer to objects only [\#40](https://github.com/uphold/anonymizer/pull/40) ([rplopes](https://github.com/rplopes))

## [v4.0.0](https://github.com/uphold/anonymizer/releases/tag/v4.0.0) (2021-01-21)
- Improve handling of wildcard character [\#38](https://github.com/uphold/anonymizer/pull/38) ([franciscocardoso](https://github.com/franciscocardoso))

## [v3.1.1](https://github.com/uphold/anonymizer/releases/tag/v3.1.1) (2020-11-18)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/anonymizer",
"version": "4.0.0",
"version": "4.1.0",
"description": "Object redaction with whitelist as main feature.",
"homepage": "https://github.com/uphold/anonymizer#readme",
"bugs": {
Expand Down

0 comments on commit cec3979

Please sign in to comment.