Skip to content

Commit 0cc0169

Browse files
🔖 Version 3.13.0
1 parent 105b46b commit 0cc0169

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## v3.13.0 - 2024-09-18
4+
### Changes
5+
* :sparkles: add support for BillOfLadingV1
6+
* :sparkles: add support for (US) UsMailV2
7+
* :sparkles: add support for (FR) EnergyBillV1
8+
* :sparkles: add support for (FR) PayslipV1
9+
* :sparkles: add support for NutritionFactsLabelV1
10+
* :sparkles: add support for cropper Extra
11+
* :sparkles: add support for full text Extra
12+
* :sparkles: add support for invoice splitter auto-extraction
13+
14+
### Fixes
15+
* :bug: fixed a bug that prevented longer decimals from appearing in the string representation of some objects
16+
* :bug: fixed a bug that caused non-table elements to unexpectedly appear truncated when printed to the console
17+
* :memo: fix a few documentation errors & typos
18+
* :wrench: updated CI dependencies
19+
20+
321
## v3.12.0 - 2024-07-24
422
### Changes
523
* :sparkles: add support for Multi-Receipts Extraction

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.12.0'
6+
VERSION = '3.13.0'
77

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

0 commit comments

Comments
 (0)