Skip to content

Commit cabc744

Browse files
🔖 Version 2.2.1 (#160)
1 parent b24a79d commit cabc744

3 files changed

Lines changed: 6 additions & 2 deletions

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.2.1 - 2025-11-17
4+
### Fixes
5+
* :wrench: normalize comparator names for confidence scores
6+
7+
38
## v2.2.0 - 2025-11-14
49
### Changes
510
* :sparkles: add support for RAG metadata

src/Parsing/V2/ErrorResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class ErrorResponse
2525
public ?string $title;
2626
/**
2727
* @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.
2928
*/
3029
public ?string $code;
3130
/**

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

0 commit comments

Comments
 (0)