We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515d1ef commit b032af0Copy full SHA for b032af0
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee PHP API Library Changelog
2
3
+## v3.0.1 - 2026-06-18
4
+### Fixes
5
+* :bug: polling options constructor accepts values
6
+
7
8
## v3.0.0 - 2026-06-18
9
### ¡Breaking Changes!
10
* :boom: :recycle: update V1 & V2 syntaxes to match other SDKs
src/version.php
@@ -4,4 +4,4 @@
namespace Mindee;
-const VERSION = '3.0.0';
+const VERSION = '3.0.1';
0 commit comments