We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e5dc8 commit 5bb6d51Copy full SHA for 5bb6d51
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee .NET API Library Changelog
2
3
+## v3.27.0 - 2025-04-22
4
+### Changes
5
+* :sparkles: add support for workflow polling (#304)
6
+### Fixes
7
+* Fix improper deserialization of date formats in workflow execution.
8
+
9
10
## v3.26.0 - 2025-04-16
11
### Changes
12
* :sparkles: add support for RAG parameter in workflow executions (#299)
Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <VersionPrefix>3.26.0</VersionPrefix>
+ <VersionPrefix>3.27.0</VersionPrefix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/mindee/mindee-api-dotnet</RepositoryUrl>
0 commit comments