diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 99d5ec5..060b641 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.5
- 5.1.5
- 5.1.5
+ 5.1.6
+ 5.1.6
+ 5.1.6
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 5.1.5 - Removed ResubscribeMaxRetries default value of 5, Updated logging and log verbosity
+ 5.1.6 - Updated EnumConverter to properly handle emtpy/null and default values
enable
9.0
MIT
diff --git a/README.md b/README.md
index a8d684b..d4d6b64 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,9 @@ 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.6 - 10 Mar 2022
+ * Updated EnumConverter to properly handle emtpy/null and default values
+
* Version 5.1.5 - 09 Mar 2022
* Removed ResubscribeMaxRetries default value of 5
* Updated logging and log verbosity