Skip to content

Commit 8c9d074

Browse files
🔖 Version 4.4.0 (#186)
1 parent 81dddfa commit 8c9d074

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.4.0 - 2025-04-23
4+
### Changes
5+
* :sparkles: add support for workflow polling
6+
* :sparkles: add extras accessor from inference
7+
### Fixes
8+
* :recycle: fix misc typing issues
9+
* :bug: fix improper return format for `raw_http`
10+
11+
312
## v4.3.0 - 2025-04-08
413
### Changes
514
* :sparkles: add support for Financial Document V1.12

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.3.0'
6+
VERSION = '4.4.0'
77

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

0 commit comments

Comments
 (0)