diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 03a96c9..e153a22 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.2.2
- 4.2.2
- 4.2.2
+ 4.2.3
+ 4.2.3
+ 4.2.3
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 4.2.2 - Restored missing request parameters log
+ 4.2.3 - Added IncomingKbps property to socket/socket client, Updated logging, Socket performance improvements
enable
8.0
MIT
diff --git a/README.md b/README.md
index 4bb3baf..4818739 100644
--- a/README.md
+++ b/README.md
@@ -324,6 +324,11 @@ private void SomeMethod()
````
## Release notes
+* Version 4.2.3 - 29 Sep 2021
+ * Added IncomingKbps property to socket/socket client
+ * Updated logging
+ * Socket performance improvements
+
* Version 4.2.2 - 23 Sep 2021
* Restored missing request parameters log