diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 3550034..bc76369 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.csproj
+++ b/CryptoExchange.Net/CryptoExchange.Net.csproj
@@ -6,16 +6,16 @@
CryptoExchange.Net
JKorf
A base package for implementing cryptocurrency exchange API's
- 4.0.4
+ 4.0.5
4.0.0
- 4.0.4
+ 4.0.5
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 4.0.4 - Websocket connection fixes/improvements, Added ChecksumValidationEnabled option for controlling checksum validation in SymbolOrderBook, Added MaxReconnectTries option, Added MaxResubscribeTries option, Added MaxConcurrentResubscriptionsPerSocket option, Fix for TimestampSecondsConverter rounding to nearest millisecond
+ 4.0.5 - Added ConnectionClosed event on UpdateSubscriptions to signal the connection was closed and no reconnecting is happening
enable
8.0
MIT
diff --git a/CryptoExchange.Net/CryptoExchange.Net.xml b/CryptoExchange.Net/CryptoExchange.Net.xml
index e8565c6..368ac81 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.xml
+++ b/CryptoExchange.Net/CryptoExchange.Net.xml
@@ -3889,7 +3889,9 @@
-
+
+
+System.Diagnostics.CodeAnalysis.AllowNullAttribute">
Specifies that is allowed as an input even if the
corresponding type disallows it.
diff --git a/README.md b/README.md
index 7c991f6..bece8bc 100644
--- a/README.md
+++ b/README.md
@@ -316,6 +316,9 @@ private void SomeMethod()
````
## Release notes
+* Version 4.0.5 - 24 Aug 2021
+ * Added ConnectionClosed event on UpdateSubscriptions to signal the connection was closed and no reconnecting is happening
+
* Version 4.0.4 - 24 Aug 2021
* Websocket connection fixes/improvements
* Added ChecksumValidationEnabled option for controlling checksum validation in SymbolOrderBook