diff --git a/CHANGELOG.md b/CHANGELOG.md index f0210dc4..768be680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/version.php b/src/version.php index ae0d380c..0fe21fab 100644 --- a/src/version.php +++ b/src/version.php @@ -2,4 +2,4 @@ namespace Mindee; -const VERSION = '1.8.1'; +const VERSION = '1.9.0';