Skip to content

Commit 388743f

Browse files
🔖 Version 4.1.1 (#179)
1 parent 44566e2 commit 388743f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v4.1.1 - 2025-03-25
4+
### Fixes
5+
* :wrench: loosen pinning on base64 dependency
6+
7+
38
## v4.1.0 - 2025-03-25
49
### Changes
510
* :sparkles: bump FR EnergyBillV1 to V1.2 & US HealthcareCardV1 to V1.1
611
* :sparkles: restore support for US Mail V2
712
* :sparkles: add support for RAG in workflow executions
813
### Fixes
9-
* :wrench: loosen pinning on base64 dependency
1014
* :recycle: update CLI syntax for easier product creation
1115

1216
## v4.0.0 - 2025-02-27

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.1.0'
6+
VERSION = '4.1.1'
77

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

0 commit comments

Comments
 (0)