diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 714ab79..9534627 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
- 6.1.3
- 6.1.3
- 6.1.3
+ 6.1.4
+ 6.1.4
+ 6.1.4
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 6.1.3 - Fix for concurrency exception in socket subscription
+ 6.1.4 - Added BoolConverter, Added parameter for logging warning message on missing enum entry to EnumConverter
enable
10.0
MIT
diff --git a/README.md b/README.md
index f670bfc..7a578f4 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
## Release notes
+* Version 6.1.4 - 23 Sep 2023
+ * Added BoolConverter
+ * Added parameter for logging warning message on missing enum entry to EnumConverter
+
* Version 6.1.3 - 18 Sep 2023
* Fix for concurrency exception in socket subscription