From eb52b97f60c2944605976a458bed2c31ee48d28c Mon Sep 17 00:00:00 2001 From: Omri Mendels Date: Mon, 12 Feb 2024 17:31:02 +0200 Subject: [PATCH] Update VERSION to 2.2.353 (#1293) --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++-- VERSION | 2 +- VERSION-IMAGE-REDACTOR | 2 +- 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9381186..a3a3657d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,41 @@ All notable changes to this project will be documented in this file. -## Unreleased +## [Unreleased] + +### Added +#### Analyzer +#### Anonymizer +#### Image redactor +#### Structured + + ### Changed + +### Removed + + +## [2.2.353] - Feb 12th 2024 + +### Added +#### Analyzer +* Add predefined_recognizer: IN_AADHAAR (#1256) + +#### Anonymizer +* Added the option to add custom operators + pseudonymization sample (#1284) + +### Changed + +#### Analyzer +* Fix failing test due to optional package (#1258) +* Update publish-to-pypi.yml (#1259) +* Allow local Spacy Models to be loaded in NLP Engine (#1269) +* Upgrade pip in windows containers (#1272) + #### Image Redactor * Bugfix in ImageAnalyzerEngine #1274 + ## [2.2.352] - Jan 22nd 2024 ### Added #### Structured @@ -345,7 +375,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.352...HEAD +[unreleased]: https://github.com/microsoft/presidio/compare/2.2.353...HEAD +[2.2.353]: https://github.com/microsoft/presidio/compare/2.2.352...2.2.353 [2.2.352]: https://github.com/microsoft/presidio/compare/2.2.351...2.2.352 [2.2.351]: https://github.com/microsoft/presidio/compare/2.2.350...2.2.351 [2.2.350]: https://github.com/microsoft/presidio/compare/2.2.35...2.2.350 diff --git a/VERSION b/VERSION index 03d3d2585..28fc7570a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.352 +2.2.353 diff --git a/VERSION-IMAGE-REDACTOR b/VERSION-IMAGE-REDACTOR index 85ab4c643..c4132bc61 100644 --- a/VERSION-IMAGE-REDACTOR +++ b/VERSION-IMAGE-REDACTOR @@ -1 +1 @@ -0.0.50 +0.0.51