Skip to content

Commit 250dc24

Browse files
🔖 Version 4.1.0 (#177)
1 parent b913d31 commit 250dc24

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v4.1.0 - 2025-03-25
4+
### Changes
5+
* :sparkles: bump FR EnergyBillV1 to V1.2 & US HealthcareCardV1 to V1.1
6+
* :sparkles: restore support for US Mail V2
7+
* :sparkles: add support for RAG in workflow executions
8+
### Fixes
9+
* :wrench: loosen pinning on base64 dependency
10+
* :recycle: update CLI syntax for easier product creation
11+
312
## v4.0.0 - 2025-02-27
413
### ¡Breaking Changes!
514
* :boom: drop support for ruby versions < 3.0

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.0.0'
6+
VERSION = '4.1.0'
77

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

0 commit comments

Comments
 (0)