Skip to content

Commit 68ceaa0

Browse files
authored
🔖 Version 5.3.0 (#460)
1 parent bef84fc commit 68ceaa0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Mindee Python Client Library Changelog
22

3+
## v5.3.0 - 2026-09-08
4+
### Changes
5+
* :sparkles: add RAG search API
6+
* :recycle: cleanup and uniformize search implementation
7+
8+
39
## v5.2.0 - 2026-07-20
410
### Changes
511
* :sparkles: add webhook error response

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__ = "5.2.0"
3+
__version__ = "5.3.0"
44

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

0 commit comments

Comments
 (0)