Skip to content

Commit 6f798ac

Browse files
🔖 Version 4.5.0 (#190)
1 parent edb4163 commit 6f798ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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+
## v4.5.0 - 2025-05-27
4+
### Changes
5+
* :sparkles: add support for Financial Document v1.14
6+
* :sparkles: add support for US Healthcare Cards v1.3
7+
* :sparkles: add support for Invoice v4.11
8+
### Fixes
9+
* :recycle: switch to 'Transfer-Encoding: chunked' to prevent Net::HTTP from writing temporary files
10+
311

412
## v4.4.1 - 2025-05-13
513
### Fixes

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 = '4.4.1'
6+
VERSION = '4.5.0'
77

88
# Finds and return the current platform.
99
# @return [Symbol, Hash[Symbol | String, Regexp], Nil?]

0 commit comments

Comments
 (0)