We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24a79d commit cabc744Copy full SHA for cabc744
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee PHP API Library Changelog
2
3
+## v2.2.1 - 2025-11-17
4
+### Fixes
5
+* :wrench: normalize comparator names for confidence scores
6
+
7
8
## v2.2.0 - 2025-11-14
9
### Changes
10
* :sparkles: add support for RAG metadata
src/Parsing/V2/ErrorResponse.php
@@ -25,7 +25,6 @@ class ErrorResponse
25
public ?string $title;
26
/**
27
* @var string|null A machine-readable code specific to the occurrence of the problem.
28
- * Note: PHP's `RuntimeException` class uses `$code` for the error code.
29
*/
30
public ?string $code;
31
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '2.2.0';
+const VERSION = '2.2.1';
0 commit comments