From 94be704c2101323fcf47a0882778a8697b0c2ed4 Mon Sep 17 00:00:00 2001 From: sebastianMindee <130448732+sebastianMindee@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:35:47 +0200 Subject: [PATCH] :bookmark: Version 4.1.0 --- CHANGELOG.md | 7 +++++++ Directory.Build.props | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7059f971..1a18d99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Mindee .NET Client Library Changelog +## v4.1.0 - 2026-04-20 +### Changes +* :sparkles: add support for V2 crop and split file operations +### Fixes +* :memo: fix a few typos in changelog + + ## v4.0.1 - 2026-04-03 ### Changes :recycle: uniformize Mindee HTTP errors with other libs diff --git a/Directory.Build.props b/Directory.Build.props index 9d41defe..e4df09be 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 4.0.1 + 4.1.0 Mindee net472;net48;net6.0;net7.0;net8.0;net9.0;net10.0