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