Skip to content

Commit

Permalink
🔖 Version 3.13.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Sep 18, 2024
1 parent 105b46b commit 66deb43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Mindee Ruby API Library Changelog

## v3.13.0 - 2024-09-18
### Changes
* :sparkles: add support for BillOfLadingV1
* :sparkles: add support for (US) UsMailV2
* :sparkles: add support for (FR) EnergyBillV1
* :sparkles: add support for (FR) PayslipV1
* :sparkles: add support for NutritionFactsLabelV1
* :sparkles: add support for cropper Extra
* :sparkles: add support for full text Extra
* :sparkles: add support for invoice splitter auto-extraction

### Fixes
* :bug: fixed a bug that prevented longer decimals from appearing in the string representation of some objects
* :bug: fixed a bug that caused non-table elements to unexpectedly appear truncated when printed to the console
* :memo: fix a few documentation errors & typos
* :wrench: updated CI dependencies


## v3.12.0 - 2024-07-24
### Changes
* :sparkles: add support for Multi-Receipts Extraction
Expand Down
2 changes: 1 addition & 1 deletion lib/mindee/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
VERSION = '3.12.0'
VERSION = '3.13.0'

# Finds and return the current platform.
# @return [String]
Expand Down

0 comments on commit 66deb43

Please sign in to comment.