Skip to content

Commit 7548f87

Browse files
🔖 version 3.12.0 (#104)
1 parent 1eddeec commit 7548f87

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v3.12.0 - 2024-07-24
4+
### Changes
5+
* :sparkles: add support for Multi-Receipts Extraction
6+
* :sparkles: add support for Healthcare Card V1
7+
* :sparkles: add support for Invoice V4.7
8+
* :sparkles: add support for Financial Document V1.9
9+
* :recycle: update display for company registration fields
10+
11+
312
## v3.11.0 - 2024-06-10
413
### Changes
514
* :sparkles: add custom tax extraction feature (#76)

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.11.0'
6+
VERSION = '3.12.0'
77

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

0 commit comments

Comments
 (0)