From b82cf354e79196b8588dc7ecf742ee381b141b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ianar=C3=A9=20S=C3=A9vi?= Date: Wed, 17 Jun 2026 10:33:39 +0200 Subject: [PATCH] :bookmark: Version 4.4.0 --- CHANGELOG.md | 8 ++++++++ Directory.Build.props | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6463fc..eed5443b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Mindee .NET Client Library Changelog +## v4.4.0 - 2026-06-17 +### Changes +* :sparkles: add webhook information for model search +* :sparkles: add HEIF support +### Fixes +* :bug: CLI now displays logs only when applying the --verbose param + + ## v4.3.0 - 2026-05-27 ### Changes * :sparkles: Add support for extraction in crop, split, and classify diff --git a/Directory.Build.props b/Directory.Build.props index 273284c4..9d03ebc3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 4.3.0 + 4.4.0 Mindee net472;net48;net6.0;net7.0;net8.0;net9.0;net10.0