From a4f1f005fa764f3d27b95da6872dbdc6af4d8f2a Mon Sep 17 00:00:00 2001 From: sebastianMindee <130448732+sebastianMindee@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:13:27 +0200 Subject: [PATCH] :bookmark: Version 3.1.0 --- CHANGELOG.md | 8 ++++++++ src/version.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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';