diff --git a/CHANGELOG.md b/CHANGELOG.md index abf94ca3..30d18865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Mindee PHP API Library Changelog +## v2.3.0 - 2025-12-02 +### Changes +* :sparkles: add support for text context +### Fixes +* :bug: fix API call format & error management for V2 + + ## v2.2.1 - 2025-11-17 ### Fixes * :wrench: normalize comparator names for confidence scores diff --git a/src/version.php b/src/version.php index 079c95b4..40aac28f 100644 --- a/src/version.php +++ b/src/version.php @@ -2,4 +2,4 @@ namespace Mindee; -const VERSION = '2.2.1'; +const VERSION = '2.3.0';