Skip to content

Commit ce18d75

Browse files
authored
🔖 Version 1.23.0-rc3 (#140)
1 parent 8a5bfd7 commit ce18d75

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Mindee PHP API Library Changelog
22

3+
## v1.23.0-rc3 - 2025-09-09
4+
### Changes
5+
* :sparkles: allow inference options to be set
6+
* :sparkles: add more functions to Polygon class
7+
* :recycle: remove unused DynamicField & put location data into BaseField
8+
### ¡Breaking Changes!
9+
* :recycle: :boom: update options and raw text to new format
10+
### Fixes
11+
* :bug: fix for polygon points not being init correctly
12+
13+
314
## v1.23.0-rc2 - 2025-08-01
415
### Changes
516
* :sparkles: add support for page count & mimetype + rename internals

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 = '1.23.0-rc2';
5+
const VERSION = '1.23.0-rc3';

0 commit comments

Comments
 (0)