diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 6c4f1cb..0dd43fa 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.csproj
+++ b/CryptoExchange.Net/CryptoExchange.Net.csproj
@@ -6,12 +6,12 @@
CryptoExchange.Net
JKorf
A base package for implementing cryptocurrency exchange API's
- 3.0.5
+ 3.0.6
false
https://github.com/JKorf/CryptoExchange.Net
en
true
- 3.0.5 - Added PausedActivity events on socket subscriptions
+ 3.0.6 - Added BestOffer to SymbolOrderBook, removed invalid check on proxy
enable
8.0
MIT
diff --git a/README.md b/README.md
index f7b667c..93cdf82 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.6 - 03 Mar 2020
+ * Added BestOffer to SymbolOrderBook, removed invalid check on proxy
+
* Version 3.0.5 - 05 Feb 2020
* Added PausedActivity events on socket subscriptions