We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8611e10 + bfcdc8a commit 34fbec3Copy full SHA for 34fbec3
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Changelog
2
+Running changelog of releases since `2.0.1`
3
+
4
+## v2.0.1
5
6
7
+### Bug Fixes
8
9
+- Preserve timezone when date-formatted strings are deserialized as DateTime.
10
Okta.Auth.Sdk/Okta.Auth.Sdk.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
- <Version>2.0.0</Version>
+ <Version>2.0.1</Version>
</PropertyGroup>
Okta.Sdk.Abstractions/Okta.Sdk.Abstractions.csproj
0 commit comments