diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6526a16..60752999a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ All notable changes to this project will be documented in this file. ### General + +## [2.3.357] - 2025-01-13 + +### Analyzer +- Example GLiNER integration (#1504) + +### General +- Docs revamp and docstring bug fixes (#1500) +- Minor updates to the mkdocstrings config (#1503) + ## [2.3.356] - 2024-12-15 ### Analyzer @@ -499,8 +509,9 @@ 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.356...HEAD -[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...356 +[unreleased]: https://github.com/microsoft/presidio/compare/2.2.357...HEAD +[2.2.357]: https://github.com/microsoft/presidio/compare/2.2.356...2.2.357 +[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...2.2.356 [2.2.355]: https://github.com/microsoft/presidio/compare/2.2.354...2.2.355 [2.2.354]: https://github.com/microsoft/presidio/compare/2.2.353...2.2.354 [2.2.353]: https://github.com/microsoft/presidio/compare/2.2.352...2.2.353 diff --git a/presidio-analyzer/pyproject.toml b/presidio-analyzer/pyproject.toml index ab977f80f..115589e71 100644 --- a/presidio-analyzer/pyproject.toml +++ b/presidio-analyzer/pyproject.toml @@ -4,7 +4,7 @@ requires = ["poetry-core"] [tool.poetry] name = "presidio_analyzer" -version = "2.2.356" +version = "2.2.357" description = "Presidio Analyzer package" authors = ["Presidio "] license = "MIT" diff --git a/presidio-anonymizer/pyproject.toml b/presidio-anonymizer/pyproject.toml index ee8fdb5bb..42cf64000 100644 --- a/presidio-anonymizer/pyproject.toml +++ b/presidio-anonymizer/pyproject.toml @@ -4,7 +4,7 @@ requires = ["poetry-core"] [tool.poetry] name = "presidio_anonymizer" -version = "2.2.356" +version = "2.2.357" description = "Presidio Anonymizer package - replaces analyzed text with desired values." authors = ["Presidio "] license = "MIT" diff --git a/presidio-image-redactor/pyproject.toml b/presidio-image-redactor/pyproject.toml index e0f4f6c34..b47d17917 100644 --- a/presidio-image-redactor/pyproject.toml +++ b/presidio-image-redactor/pyproject.toml @@ -4,7 +4,7 @@ requires = ["poetry-core"] [tool.poetry] name = "presidio-image-redactor" -version = "0.0.54" +version = "0.0.55" description = "Presidio image redactor package" authors = ["Presidio "] license = "MIT" diff --git a/presidio-structured/pyproject.toml b/presidio-structured/pyproject.toml index bdb8b1ac4..33671d230 100644 --- a/presidio-structured/pyproject.toml +++ b/presidio-structured/pyproject.toml @@ -4,7 +4,7 @@ requires = ["poetry-core"] [tool.poetry] name = "presidio_structured" -version = "0.0.3-alpha" +version = "0.0.4-alpha" description = "Presidio structured package - analyzes and anonymizes structured and semi-structured data." authors = ["Presidio "] license = "MIT"