Skip to content

Commit 5e10240

Browse files
🔖 Version 2.7.0 (#173)
1 parent ec65e1b commit 5e10240

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v2.7.0 - 2026-03-19
4+
### Changes
5+
* :sparkles: add support for new V2 products
6+
* :sparkles: add support for Classification
7+
* :sparkles: add support for Crop
8+
* :sparkles: add support for OCR
9+
* :sparkles: add support for Split
10+
* :coffin: remove unused PayslipV2 product
11+
312
## v2.6.0 - 2026-02-25
413
### Changes
514
* :sparkles: add job information to inference object

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

0 commit comments

Comments
 (0)