Skip to content

Commit d23c647

Browse files
committed
🔖 Version 2.0.3
1 parent 3f494f9 commit d23c647

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+
## v2.0.3 - 2025-10-14
4+
### Changes
5+
* :recycle: harmonize getting page count from a local input source
6+
7+
38
## v2.0.2 - 2025-10-08
49
### Fixes
510
* :bug: Add check for null before passing available_at field to strtotime

src/version.php

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

33
namespace Mindee;
44

5-
const VERSION = '2.0.2';
5+
const VERSION = '2.0.3';

0 commit comments

Comments
 (0)