From b6f81912e9b3649c39b341c6d8f203afaf60087e Mon Sep 17 00:00:00 2001 From: Omri Mendels Date: Sun, 4 Jun 2023 12:55:49 +0300 Subject: [PATCH] Update VERSION to 2.2.33 (#1081) --- CHANGELOG.md | 14 ++++++++++++-- VERSION | 2 +- VERSION-IMAGE-REDACTOR | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 300c5078a..02be21136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,18 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [2.2.33] - June 1st 2023 ### Added #### Anonymizer -* Added `keep`, an no-op anonymizer that allows preserving some types of PII while keeping track of its position in anonymized output. +* Added `keep`, an no-op anonymizer that allows preserving some types of PII while keeping track of its position in anonymized output. (#1062) +* Added `BatchAnonymizerEngine` to complement the `BatchAnalyzerEngine` for lists, and dicts (#993) + +### General +* Drop support for Python 3.7 +* Add support for Python 3.11 +* New demo app for Presidio, based on Streamlit (#1054) +* GPT based synthetic data generation (#1051) ## [2.2.32] - 25.01.2023 ### Changed @@ -229,7 +238,8 @@ Upgrade Analyzer spacy version to 3.0.5 #### Deanonymize: New endpoint for deanonymizing encrypted entities by the anonymizer. -[unreleased]: https://github.com/microsoft/presidio/compare/2.2.32...HEAD +[unreleased]: https://github.com/microsoft/presidio/compare/2.2.33...HEAD +[2.2.33]: https://github.com/microsoft/presidio/compare/2.2.32...2.2.33 [2.2.32]: https://github.com/microsoft/presidio/compare/2.2.31...2.2.32 [2.2.31]: https://github.com/microsoft/presidio/compare/2.2.30...2.2.31 [2.2.30]: https://github.com/microsoft/presidio/compare/2.2.29...2.2.30 diff --git a/VERSION b/VERSION index 00ce0a466..4bdada01b 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -2.2.32 +2.2.33 diff --git a/VERSION-IMAGE-REDACTOR b/VERSION-IMAGE-REDACTOR index 1df5b7ec1..fad9d0a8b 100644 --- a/VERSION-IMAGE-REDACTOR +++ b/VERSION-IMAGE-REDACTOR @@ -1 +1 @@ -0.0.46 +0.0.47