Skip to content

Commit b032af0

Browse files
authored
🔖 Version 3.0.1 (#203)
1 parent 515d1ef commit b032af0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Mindee PHP API Library Changelog
22

3+
## v3.0.1 - 2026-06-18
4+
### Fixes
5+
* :bug: polling options constructor accepts values
6+
7+
38
## v3.0.0 - 2026-06-18
49
### ¡Breaking Changes!
510
* :boom: :recycle: update V1 & V2 syntaxes to match other SDKs

src/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
namespace Mindee;
66

7-
const VERSION = '3.0.0';
7+
const VERSION = '3.0.1';

0 commit comments

Comments
 (0)