Skip to content

Commit

Permalink
Update VERSION to 2.2.353 (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Feb 12, 2024
1 parent ee84d70 commit eb52b97
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.352
2.2.353
2 changes: 1 addition & 1 deletion VERSION-IMAGE-REDACTOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.50
0.0.51

0 comments on commit eb52b97

Please sign in to comment.