1 parent bef84fc commit 68ceaa0Copy full SHA for 68ceaa0
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Python Client Library Changelog
2
3
+## v5.3.0 - 2026-09-08
4
+### Changes
5
+* :sparkles: add RAG search API
6
+* :recycle: cleanup and uniformize search implementation
7
+
8
9
## v5.2.0 - 2026-07-20
10
### Changes
11
* :sparkles: add webhook error response
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "5.2.0"
+__version__ = "5.3.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments