Skip to content

Commit

Permalink
🔖 Version 1.11.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Sep 18, 2024
1 parent 91c32e3 commit c5721db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Mindee PHP API Library Changelog

## V1.11.0 - 2024-09-18
### Changes
* :sparkles: add support for BillOfLadingV1
* :sparkles: add support for (US) UsMailV2
* :sparkles: add support for (FR) EnergyBillV1
* :sparkles: add support for (FR) PayslipV1
* :sparkles: add support for NutritionFactsLabelV1
* :sparkles: add support for full text OCR extra

### Fixes
* :bug: fixed a bug that prevented longer decimals from appearing in the string representation of some objects
* :bug: fixed a bug that caused non-table elements to unexpectedly appear truncated when printed to the console
* :memo: fix a few documentation errors & typos
* :wrench: updated CI dependencies


## v1.10.0 - 2024-09-04
### Changes
* :sparkles: add support for pdf operations
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.10.0';
const VERSION = '1.11.0';

0 comments on commit c5721db

Please sign in to comment.