Skip to content

Commit af96bbb

Browse files
🔖 Version 3.0.0-rc1 (#199)
1 parent 0de3069 commit af96bbb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
39
## v3.0.0-beta1 - 2026-05-29
410
### ¡Breaking Changes!
511
* :boom: :recycle: update V1 & V2 syntaxes to match other SDKs

src/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
namespace Mindee;
66

7-
const VERSION = '3.0.0-beta1';
7+
const VERSION = '3.0.0-rc1';

0 commit comments

Comments
 (0)