diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 12cb2e3..c94255d 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 API's
- 6.2.3
- 6.2.3
- 6.2.3
+ 6.2.4
+ 6.2.4
+ 6.2.4
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 6.2.3 - Fixed requestBodyFormat parameter handling
+ 6.2.4 - Fixed parsing of DateTime value of zero with additional zero decimal places
enable
10.0
MIT
diff --git a/README.md b/README.md
index 6bd3684..d0c8377 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
## Release notes
+* Version 6.2.4 - 04 Jan 2024
+ * Fixed parsing of DateTime value of zero with additional zero decimal places
+
* Version 6.2.3 - 02 Dec 2023
* Fixed requestBodyFormat parameter handling