Skip to content

Commit

Permalink
🔖 Version 3.17.0 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Jun 26, 2024
1 parent 8745b79 commit 7bc6204
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>3.16.0</VersionPrefix>
<VersionPrefix>3.17.0</VersionPrefix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/mindee/mindee-api-dotnet</RepositoryUrl>
Expand Down

0 comments on commit 7bc6204

Please sign in to comment.