Skip to content

Commit

Permalink
🔖 Version 1.10.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Sep 4, 2024
1 parent ad6be97 commit 40865a0
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 PHP API Library Changelog

## v1.10.0 - 2024-09-04
### Changes
* :sparkles: add support for pdf operations
* :sparkles: add support for multi-receipts auto-extraction
* :sparkles: add support for invoice-splitter auto-extraction
*
### Fixes
* :coffin: remove regression testing
* :memo: update documentation
* :wrench: add a few integration tests


# v1.9.0 - 2024-07-23
### Changes
* :sparkles: add support for US healthcare card V1
Expand Down
2 changes: 1 addition & 1 deletion src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Mindee;

const VERSION = '1.9.0';
const VERSION = '1.10.0';

0 comments on commit 40865a0

Please sign in to comment.