We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eddeec commit 7548f87Copy full SHA for 7548f87
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Mindee Ruby API Library Changelog
2
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
12
## v3.11.0 - 2024-06-10
13
### Changes
14
* :sparkles: add custom tax extraction feature (#76)
lib/mindee/version.rb
@@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
- VERSION = '3.11.0'
+ VERSION = '3.12.0'
# Finds and return the current platform.
# @return [String]
0 commit comments