Skip to content

Commit edfd912

Browse files
🔖 version 3.5.0 (#83)
1 parent b1e25c1 commit edfd912

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v3.5.0 - 2024-02-16
4+
### Changes
5+
* :sparkles: add support for Generated V1 API
6+
* :recycle: documents now aren't automatically converted to b64 when enqueued as non-PDF files
7+
* :recycle: increase max async delay to 60 tries
8+
* :sparkles: add support for FR bank statements
9+
* :sparkles: add support for International ID V2
10+
* :sparkles: add support for EU Driver License V1
11+
* :recycle: update existing products
12+
* :arrow_up: upgrade test lib
13+
14+
### Fixes
15+
* :memo: add missing default async sample code
16+
* :bug: fix rst display issues
17+
* :bug: fix display issues for single page models
18+
* :bug: fix miscellaneous issues related to data display (no changes expected on existing models)
19+
* :bug: fix CLI breaking for custom products
20+
* :bug: fix encoding issue that prevented UNICODE file names from being properly sent to the server
21+
22+
323
## v3.4.0 - 2024-01-30
424
### Changes
525
* :arrow_up: update invoices to v4.4

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.4.0'
6+
VERSION = '3.5.0'
77

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

0 commit comments

Comments
 (0)