diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 26210389..734b7e41 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf, Nikkozp, CaptHolley - 7.2.5 - 7.2.5 - 7.2.5 + 7.2.6 + 7.2.6 + 7.2.6 Binance.Net is a .Net wrapper for the Binance API, including Binance Futures. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds false Binance Binance.Net C# .Net CryptoCurrency Exchange API wrapper @@ -20,7 +20,7 @@ MIT en true - 7.2.5 - Updated CryptoExchange.Net to fix some socket issues + 7.2.6 - Updated TransferType enum to match new API true diff --git a/README.md b/README.md index e4a77b29..0386d0b1 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,9 @@ Yes, as long as the API endpoints are the same. Switch by changing the BaseAddre See Timestamping. ## Release notes +* Version 7.2.6 - 09 Nov 2021 + * Updated TransferType enum to match new API + * Version 7.2.5 - 08 Oct 2021 * Updated CryptoExchange.Net to fix some socket issues