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';