diff --git a/CHANGELOG.md b/CHANGELOG.md index b7381dc3..c9444550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Mindee PHP API Library Changelog +## v2.8.0 - 2026-04-22 +### Changes +* :sparkles: add support for V2 crop and split operations +### Fixes +* :bug: fix file names incoherent for PDF extractor + + ## v2.7.1 - 2027-03-31 ### Fixes * :bug: fix multiple webhooks not registering correctly diff --git a/src/version.php b/src/version.php index 2e8ce278..f2dd841c 100644 --- a/src/version.php +++ b/src/version.php @@ -2,4 +2,4 @@ namespace Mindee; -const VERSION = '2.7.1'; +const VERSION = '2.8.0';