Skip to content

Commit 5761398

Browse files
committed
🔖 Version 4.4.1
1 parent 6fc4248 commit 5761398

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+
4+
## v4.4.1 - 2025-05-13
5+
### Fixes
6+
* :bug: fix bad option in CLI
7+
* :bug: don't open the PDF unless needed
8+
9+
310
## v4.4.0 - 2025-04-23
411
### Changes
512
* :sparkles: add support for workflow polling

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

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

0 commit comments

Comments
 (0)