We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3d92b commit ae952d5Copy full SHA for ae952d5
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v3.14.0 - 2024-10-11
4
+### Changes
5
+* :sparkles: add support for Financial Document v1.10
6
+* :sparkles: add support for Invoice v4.8
7
+### Fixes
8
+* :bug: fix multi-receipts extraction not working as intended
9
+
10
11
## v3.13.0 - 2024-09-18
12
### Changes
13
* :sparkles: add support for BillOfLadingV1
lib/mindee/version.rb
@@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
- VERSION = '3.13.0'
+ VERSION = '3.14.0'
# Finds and return the current platform.
# @return [String]
0 commit comments