Skip to content

Commit e0c832b

Browse files
🔖 Version 4.3.0 (#184)
1 parent 28654f0 commit e0c832b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v4.3.0 - 2025-04-08
4+
### Changes
5+
* :sparkles: add support for Financial Document V1.12
6+
* :sparkles: add support for Invoices V4.10
7+
* :sparkles: add support for US Healthcare Cards V1.2
8+
9+
310
## v4.2.0 - 2025-03-28
411
### Changes
512
* :coffin: remove support for US W9

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.2.0'
6+
VERSION = '4.3.0'
77

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

0 commit comments

Comments
 (0)