Skip to content

Commit

Permalink
🔖 version 1.9.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Jul 23, 2024
1 parent 1411511 commit 930400a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Mindee PHP API Library Changelog

# v1.9.0 - 2024-07-23
### Changes
* :sparkles: add support for US healthcare card V1
* :sparkles: add support for Invoice V4.7
* :sparkles: add support for FinancialDocument V1.9
* :sparkles: add PDF fixing utility

### Fixes
* :recycle: rigidify api key check


# v1.8.1 - 2024-06-24
### Fixes
* :bug: fix improper script targeting causing warning in composer install (#70)
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.8.1';
const VERSION = '1.9.0';

0 comments on commit 930400a

Please sign in to comment.