diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 841462b..6c4f1cb 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -5,13 +5,13 @@ CryptoExchange.Net JKorf - A base package for implementing cryptocurrency exchange API's - 3.0.4 + A base package for implementing cryptocurrency exchange API's + 3.0.5 false https://github.com/JKorf/CryptoExchange.Net en true - 3.0.4 - Removed unnecessary json serialization when sending string data + 3.0.5 - Added PausedActivity events on socket subscriptions enable 8.0 MIT diff --git a/README.md b/README.md index 4dfa2ed..5691756 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,9 @@ The order book will automatically reconnect when the connection is lost and resy To stop synchronizing an order book use the `Stop` method. ## Release notes +* Version 3.0.5 - 05 Feb 2020 + * Added PausedActivity events on socket subscriptions + * Version 3.0.3 - 23 Jan 2020 * Added OnBestOffersChanged event to order book implementations