We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafe7ba commit d33da5aCopy full SHA for d33da5a
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## v3.1.0 - 2023-05-30
4
+### Changes
5
+* :sparkles: add support for US driver license v1
6
+
7
8
## v3.0.0 - 2023-07-28
9
### ¡Breaking Changes!
10
* :art: :boom: harmonize response type with other libraries
Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <VersionPrefix>3.0.0</VersionPrefix>
+ <VersionPrefix>3.1.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