Skip to content

Commit

Permalink
Update VERSION to 2.2.33 (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Jun 4, 2023
1 parent 0e5c3b7 commit b6f8191
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.2.32
2.2.33

2 changes: 1 addition & 1 deletion VERSION-IMAGE-REDACTOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.46
0.0.47

0 comments on commit b6f8191

Please sign in to comment.