diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 993c5ac..03a96c9 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.1
- 4.2.1
- 4.2.1
+ 4.2.2
+ 4.2.2
+ 4.2.2
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 4.2.1 - Fìx for websocket not automatically reconnecting when connection is closed unexpectedly
+ 4.2.2 - Restored missing request parameters log
enable
8.0
MIT
diff --git a/CryptoExchange.Net/CryptoExchange.Net.xml b/CryptoExchange.Net/CryptoExchange.Net.xml
index 3154c4d..cdc0cd0 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.xml
+++ b/CryptoExchange.Net/CryptoExchange.Net.xml
@@ -3962,9 +3962,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 8899aef..4bb3baf 100644
--- a/README.md
+++ b/README.md
@@ -324,6 +324,9 @@ private void SomeMethod()
````
## Release notes
+* Version 4.2.2 - 23 Sep 2021
+ * Restored missing request parameters log
+
* Version 4.2.1 - 22 Sep 2021
* Fìx for websocket not automatically reconnecting when connection is closed unexpectedly