We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98e92c commit c2a9438Copy full SHA for c2a9438
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee PHP API Library Changelog
2
3
+## v2.6.0 - 2026-02-25
4
+### Changes
5
+* :sparkles: add job information to inference object
6
+
7
8
## v2.5.0 - 2026-02-09
9
### Changes
10
* :sparkles: add field types easy getters in `ObjectField`s
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '2.5.0';
+const VERSION = '2.6.0';
0 commit comments