diff --git a/CHANGELOG.md b/CHANGELOG.md index 847a9dc..7f636aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v5.2.0](https://github.com/uphold/anonymizer/releases/tag/v5.2.0) (2024-12-04) +- Improve performance [\#86](https://github.com/uphold/anonymizer/pull/86) ([satazor](https://github.com/satazor)) + ## [v5.1.0](https://github.com/uphold/anonymizer/releases/tag/v5.1.0) (2024-11-08) - Fix release git config [\#82](https://github.com/uphold/anonymizer/pull/82) ([Americas](https://github.com/Americas)) - Fix yarn install on release script [\#81](https://github.com/uphold/anonymizer/pull/81) ([Americas](https://github.com/Americas)) diff --git a/package.json b/package.json index cc45e7c..0234757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/anonymizer", - "version": "5.1.0", + "version": "5.2.0", "description": "Object redaction with whitelist as main feature.", "homepage": "https://github.com/uphold/anonymizer#readme", "bugs": {