diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 9534627..6451da5 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.4
- 6.1.4
- 6.1.4
+ 6.1.5
+ 6.1.5
+ 6.1.5
false
git
https://github.com/JKorf/CryptoExchange.Net.git
https://github.com/JKorf/CryptoExchange.Net
en
true
- 6.1.4 - Added BoolConverter, Added parameter for logging warning message on missing enum entry to EnumConverter
+ 6.1.5 - Added UpdateType to socket DataEvent, Added additional scenarios for BoolConverter, Updated some logging
enable
10.0
MIT
diff --git a/README.md b/README.md
index 7a578f4..701cf84 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,11 @@ 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.5 - 08 Oct 2023
+ * Added UpdateType to socket DataEvent
+ * Added additional scenarios for BoolConverter
+ * Updated some logging
+
* Version 6.1.4 - 23 Sep 2023
* Added BoolConverter
* Added parameter for logging warning message on missing enum entry to EnumConverter