We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec65e1b commit 5e10240Copy full SHA for 5e10240
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Mindee PHP API Library Changelog
2
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
+
12
## v2.6.0 - 2026-02-25
13
### Changes
14
* :sparkles: add job information to inference object
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '2.6.0';
+const VERSION = '2.7.0';
0 commit comments