diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 5d6ba73..f024d88 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 API's
- 5.1.11
- 5.1.11
- 5.1.11
+ 5.1.12
+ 5.1.12
+ 5.1.12
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 5.1.11 - Added KeepAliveInterval setting, Fixed port not being copied when setting parameters on request, Fixed inconsistent PackageReference casing in csproj
+ 5.1.12 - Changed time sync so requests no longer wait for it to complete unless it's the first time, Made log client options changable after client creation, Fixed proxy setting not used when reconnecting socket, Updated socket reconnection logic
enable
9.0
MIT
diff --git a/README.md b/README.md
index bc504be..feabf8a 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@ I develop and maintain this package on my own for free in my spare time. Donatio
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf)
## Release notes
+* Version 5.1.12 - 12 Jun 2022
+ * Changed time sync so requests no longer wait for it to complete unless it's the first time
+ * Made log client options changable after client creation
+ * Fixed proxy setting not used when reconnecting socket
+ * Updated socket reconnection logic
+
* Version 5.1.11 - 24 May 2022
* Added KeepAliveInterval setting
* Fixed port not being copied when setting parameters on request