We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f81230 commit 53e70ebCopy full SHA for 53e70eb
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee PHP API Library Changelog
2
3
+## v2.0.2 - 2025-10-08
4
+### Fixes
5
+* :bug: Add check for null before passing available_at field to strtotime
6
+
7
8
## v2.0.1 - 2025-09-12
9
### Fixes
10
* :bug: int values should be cast to float
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '2.0.1';
+const VERSION = '2.0.2';
0 commit comments