diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index ae2e1e63..223648c8 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.2
- 12.0.2
- 12.0.2
+ 12.1.0
+ 12.1.0
+ 12.1.0
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 92c3e7fc..434acceb 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,11 @@ Various:
* PlatformInfo now required support environment names in the constructor
## Release notes
+* Version 12.1.0 - 09 Jul 2026
+ * Added ExchangeParameters parameter to KlineTracker, TradeTracker and ITrackerFactory methods
+ * Updated some testing logic
+ * Fixed nullability operator on Parameters.AddCommaSeperated
+
* Version 12.0.2 - 01 Jul 2026
* Updated test validation to output a list of issues instead of throwing on the first