diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e07c527..141dda5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Mindee .NET API Library Changelog +## v3.17.0 - 2024-06-26 +### Changes +* :sparkles: add support for invoice splitter auto-extraction +* :sparkles: add support for multi-receipts auto-extraction +* :sparkles: add support for getting the raw OCR as a string in CLI + +### Fixes +* :bug: fix pdf indexes being improperly flagged as invalid in some splitPdf configurations +* :recycle: fix company registration display to include version +* :recycle: update image/pdf handling & System.text.json dependencies + + ## v3.16.0 - 2024-06-10 ### Changes * :sparkles: add support for getting the raw OCR as a string diff --git a/Directory.Build.props b/Directory.Build.props index fe47dcf4..23c1a7e6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 3.16.0 + 3.17.0 Mindee https://github.com/mindee/mindee-api-dotnet https://github.com/mindee/mindee-api-dotnet