diff --git a/CHANGELOG.md b/CHANGELOG.md index f50c187d..71ee9966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Mindee Python Client Library Changelog +## v4.36.0 - 2026-05-26 +### Changes +* :sparkles: add support for extraction in crop, split, and classification + + ## v4.35.1 - 2026-03-31 ### Fixes * :bug: fix split feature adding additional pages to output files diff --git a/mindee/versions.py b/mindee/versions.py index 1b2429bf..44ae7729 100644 --- a/mindee/versions.py +++ b/mindee/versions.py @@ -1,6 +1,6 @@ import sys -__version__ = "4.35.1" +__version__ = "4.36.0" PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"