diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 037bcf1..bdd4c1a 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.2
+ 4.0.3
4.0.0
- 4.0.2
+ 4.0.3
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 4.0.2 - Fixed socket client continuing before the send/receive loops have been started, which could cause issues when doing concurrent connections
+ 4.0.3 - Fix for concurrent sent socket issue
enable
8.0
MIT
diff --git a/CryptoExchange.Net/CryptoExchange.Net.xml b/CryptoExchange.Net/CryptoExchange.Net.xml
index de29b82..f9a1a0f 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.xml
+++ b/CryptoExchange.Net/CryptoExchange.Net.xml
@@ -3818,9 +3818,7 @@
-
-
-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 3949567..94b256c 100644
--- a/README.md
+++ b/README.md
@@ -313,6 +313,9 @@ private void SomeMethod()
````
## Release notes
+* Version 4.0.3 - 20 Aug 2021
+ * Fix for concurrent sent socket issue
+
* Version 4.0.2 - 20 Aug 2021
* Fixed socket client continuing before the send/receive loops have been started, which could cause issues when doing concurrent connections