Skip to content

Commit 6dbe3e2

Browse files
committed
🔖 Version 4.22.0
1 parent ecae5f6 commit 6dbe3e2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Mindee Python API Library Changelog
22

3+
## v4.22.0 - 2025-04-29
4+
### Changes
5+
* :sparkles: add support for workflow polling
6+
7+
38
## v4.21.1 - 2025-04-28
49
### Fixes
510
* :bug: fix for Python 3.10 and lower: server uses 'Z' in date string
611

712

813
## v4.21.0 - 2025-04-16
914
### Changes
10-
* :sparkles: add support for RAG parameter in workflow executions (#319)
15+
* :sparkles: add support for RAG parameter in workflow executions
1116

1217

1318
## v4.20.0 - 2025-04-08

mindee/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "4.21.1"
3+
__version__ = "4.22.0"
44

55
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
66

0 commit comments

Comments
 (0)