Skip to content

Commit 9d3da91

Browse files
🔖 Version 3.17.0
1 parent 7fbfa98 commit 9d3da91

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v3.17.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+
311
## v3.16.0 - 2024-11-14
412
### Changes
513
* :sparkles: add support for business cards V1

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Mindee
44
module Mindee
55
# Current version.
6-
VERSION = '3.16.0'
6+
VERSION = '3.17.0'
77

88
# Finds and return the current platform.
99
# @return [String]

0 commit comments

Comments
 (0)