Skip to content

Commit a11421e

Browse files
🔖 Version 1.14.0
1 parent 1481a28 commit a11421e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v1.14.0 - 2024-11-28
4+
### Changes
5+
* :sparkles: add support for workflows
6+
* :sparkles: add support for French Health Card V1
7+
* :sparkles: add support for Driver License V1
8+
* :sparkles: add support for Payslip FR V3
9+
* :coffin: remove support for international ID V1
10+
11+
312
## v1.13.0 - 2024-11-14
413
### Changes
514
* :sparkles: add support for business cards V1

src/version.php

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

33
namespace Mindee;
44

5-
const VERSION = '1.13.0';
5+
const VERSION = '1.14.0';

0 commit comments

Comments
 (0)