diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index c2619e1..aeb0426 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.csproj
+++ b/CryptoExchange.Net/CryptoExchange.Net.csproj
@@ -6,16 +6,16 @@
CryptoExchange.Net
JKorf
A base package for implementing cryptocurrency exchange API's
- 3.7.1
- 3.7.0
- 3.7.1
+ 3.8.0
+ 3.8.0
+ 3.8.0
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 3.7.1 - Performance improvemnt for the ArrayConverter
+ 3.8.0 - Better handling of json errors while deserializing stream, Added string datetime converter
enable
8.0
MIT
diff --git a/CryptoExchange.Net/CryptoExchange.Net.xml b/CryptoExchange.Net/CryptoExchange.Net.xml
index 8645291..2717450 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.xml
+++ b/CryptoExchange.Net/CryptoExchange.Net.xml
@@ -434,6 +434,20 @@
+
+
+ converter for datetime string (yyyymmdd) to datetime
+
+
+
+
+
+
+
+
+
+
+
Converter for utc datetime
@@ -3498,7 +3512,9 @@
-
+
+
+System.Diagnostics.CodeAnalysis.AllowNullAttribute">
Specifies that is allowed as an input even if the
corresponding type disallows it.
diff --git a/README.md b/README.md
index bcd17a6..cc3c881 100644
--- a/README.md
+++ b/README.md
@@ -290,6 +290,10 @@ static async Task GetExchangeData(IExchangeClient client)
````
## Release notes
+* Version 3.8.0 - 30 mrt 2021
+ * Better handling of json errors while deserializing stream
+ * Added string datetime converter
+
* Version 3.7.1 - 10 mrt 2021
* Performance improvemnt for the ArrayConverter