Skip to content

Commit ae952d5

Browse files
🔖 Version 3.14.0 (#119)
1 parent 3a3d92b commit ae952d5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

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.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+
311
## v3.13.0 - 2024-09-18
412
### Changes
513
* :sparkles: add support for BillOfLadingV1

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.13.0'
6+
VERSION = '3.14.0'
77

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

0 commit comments

Comments
 (0)