diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index c94255d..91c6652 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.4
- 6.2.4
- 6.2.4
+ 6.2.5
+ 6.2.5
+ 6.2.5
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 6.2.4 - Fixed parsing of DateTime value of zero with additional zero decimal places
+ 6.2.5 - Added support for deserializing null and empty string values to BoolConverter
enable
10.0
MIT
diff --git a/README.md b/README.md
index d0c8377..56b53ef 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.5 - 09 Jan 2024
+ * Added support for deserializing null and empty string values to BoolConverter
+
* Version 6.2.4 - 04 Jan 2024
* Fixed parsing of DateTime value of zero with additional zero decimal places