We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93c51d commit 557b17dCopy full SHA for 557b17d
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee PHP API Library Changelog
2
3
+## v2.5.0 - 2026-02-09
4
+### Changes
5
+* :sparkles: add field types easy getters in `ObjectField`s
6
+
7
8
## v2.4.0 - 2025-12-23
9
### Changes
10
* :sparkles: add support for data schema
src/version.php
@@ -2,4 +2,4 @@
namespace Mindee;
-const VERSION = '2.4.0';
+const VERSION = '2.5.0';
0 commit comments