diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c11c2e0..cea422ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Mindee Python API Library Changelog +## v3.13.0 - 2023-09-21 +### Changes +* :sparkles: add support for Multi Receipts Detector V1 +* :sparkles: add support for Barcode Reader V1 +* :sparkles: add support for US W9 V1 +* :recycle: small internal tweaks to accomodate for new products + + ## v3.12.0 - 2023-09-15 ### Changes * :sparkles: add support for FR ID card v2 diff --git a/mindee/version b/mindee/version index 87dbaa15..77fdc6bb 100644 --- a/mindee/version +++ b/mindee/version @@ -1 +1 @@ -3.12.0 \ No newline at end of file +3.13.0 \ No newline at end of file