diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd81584..fa7a9d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Mindee PHP API Library Changelog +## v3.0.2 - 2026-07-09 +### Fixes +* :bug: fix some uncaught exceptions preventing the creation of LocalInputSource + + ## v3.0.1 - 2026-06-18 ### Fixes * :bug: polling options constructor accepts values diff --git a/src/version.php b/src/version.php index cadb4de1..09297a56 100644 --- a/src/version.php +++ b/src/version.php @@ -4,4 +4,4 @@ namespace Mindee; -const VERSION = '3.0.1'; +const VERSION = '3.0.2';