We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de3069 commit af96bbbCopy full SHA for af96bbb
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee PHP API Library Changelog
2
3
+## v3.0.0-rc1 - 2026-06-10
4
+### Changes
5
+* :recycle: move page count to attribute
6
+* :recycle: change Pagination class to PaginationMetadata
7
+
8
9
## v3.0.0-beta1 - 2026-05-29
10
### ¡Breaking Changes!
11
* :boom: :recycle: update V1 & V2 syntaxes to match other SDKs
src/version.php
@@ -4,4 +4,4 @@
namespace Mindee;
-const VERSION = '3.0.0-beta1';
+const VERSION = '3.0.0-rc1';
0 commit comments