diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7a9d0a..330aa0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Mindee PHP API Library Changelog +## v3.1.0 - 2026-07-22 +### Changes +* :sparkles: add support for failed webhooks +* :sparkles: add support for cancellation tokens for polling +### Fixes +* :recycle: ensure more secure HTTP calls through CA bundle + + ## v3.0.2 - 2026-07-09 ### Fixes * :bug: fix some uncaught exceptions preventing the creation of LocalInputSource diff --git a/src/version.php b/src/version.php index 09297a56..6a9682b7 100644 --- a/src/version.php +++ b/src/version.php @@ -4,4 +4,4 @@ namespace Mindee; -const VERSION = '3.0.2'; +const VERSION = '3.1.0';