diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf3e309..ecdfc1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Mindee PHP API Library Changelog +## v2.0.2 - 2025-10-08 +### Fixes +* :bug: Add check for null before passing available_at field to strtotime + + ## v2.0.1 - 2025-09-12 ### Fixes * :bug: int values should be cast to float diff --git a/src/version.php b/src/version.php index a54dabc2..c1453845 100644 --- a/src/version.php +++ b/src/version.php @@ -2,4 +2,4 @@ namespace Mindee; -const VERSION = '2.0.1'; +const VERSION = '2.0.2';