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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Mindee PHP API Library Changelog

## v1.23.0-rc3 - 2025-09-09
### Changes
* :sparkles: allow inference options to be set
* :sparkles: add more functions to Polygon class
* :recycle: remove unused DynamicField & put location data into BaseField
### ¡Breaking Changes!
* :recycle: :boom: update options and raw text to new format
### Fixes
* :bug: fix for polygon points not being init correctly


## v1.23.0-rc2 - 2025-08-01
### Changes
* :sparkles: add support for page count & mimetype + rename internals
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 = '1.23.0-rc2';
const VERSION = '1.23.0-rc3';
Loading