Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Mindee PHP API Library Changelog

## v2.2.1 - 2025-11-17
### Fixes
* :wrench: normalize comparator names for confidence scores


## v2.2.0 - 2025-11-14
### Changes
* :sparkles: add support for RAG metadata
Expand Down
1 change: 0 additions & 1 deletion src/Parsing/V2/ErrorResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class ErrorResponse
public ?string $title;
/**
* @var string|null A machine-readable code specific to the occurrence of the problem.
* Note: PHP's `RuntimeException` class uses `$code` for the error code.
*/
public ?string $code;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace Mindee;

const VERSION = '2.2.0';
const VERSION = '2.2.1';