Skip to content

Commit 53e70eb

Browse files
authored
🔖 Version 2.0.2 (#150)
1 parent 2f81230 commit 53e70eb

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.2 - 2025-10-08
4+
### Fixes
5+
* :bug: Add check for null before passing available_at field to strtotime
6+
7+
38
## v2.0.1 - 2025-09-12
49
### Fixes
510
* :bug: int values should be cast to float

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.1';
5+
const VERSION = '2.0.2';

0 commit comments

Comments
 (0)