From 349c2f1777c9dbc1da1980539ecc012ef1877974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ianar=C3=A9=20S=C3=A9vi?= Date: Thu, 18 Jun 2026 15:35:43 +0200 Subject: [PATCH] :bookmark: Version 3.0.1 --- CHANGELOG.md | 5 +++++ src/version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a0a2d4..8cd81584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Mindee PHP API Library Changelog +## v3.0.1 - 2026-06-18 +### Fixes +* :bug: polling options constructor accepts values + + ## v3.0.0 - 2026-06-18 ### ¡Breaking Changes! * :boom: :recycle: update V1 & V2 syntaxes to match other SDKs diff --git a/src/version.php b/src/version.php index ae975898..cadb4de1 100644 --- a/src/version.php +++ b/src/version.php @@ -4,4 +4,4 @@ namespace Mindee; -const VERSION = '3.0.0'; +const VERSION = '3.0.1';