diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index a52877d0..4e327d9b 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.csproj
+++ b/CryptoExchange.Net/CryptoExchange.Net.csproj
@@ -6,9 +6,9 @@
CryptoExchange.Net
JKorf
CryptoExchange.Net is a base library which is used to implement different cryptocurrency (exchange) API's. It provides a standardized way of implementing different API's, which results in a very similar experience for users of the API implementations.
- 12.0.0
- 12.0.0
- 12.0.0
+ 12.0.1
+ 12.0.1
+ 12.0.1
false
OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;Binance;Binance.Net;CryptoCurrency;CryptoCurrency Exchange;CryptoExchange.Net
git
diff --git a/README.md b/README.md
index 0bfdda67..bad8cfb6 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,9 @@ Various:
* PlatformInfo now required support environment names in the constructor
## Release notes
+* Version 12.0.1 - 29 Jun 2026
+ * Fixed bug in bool converter
+
* Version 12.0.0 - 29 Jun 2026
* Result types:
* (Web)CallResult types are replaced by HttpResult, WebSocketResult and QueryResult with the same logic