diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj
index 1db6b63..e2f8876 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.csproj
+++ b/CryptoExchange.Net/CryptoExchange.Net.csproj
@@ -6,13 +6,13 @@
CryptoExchange.Net
JKorf
A base package for implementing cryptocurrency exchange API's
- 3.2.0
+ 3.2.1
3.2.0
false
https://github.com/JKorf/CryptoExchange.Net
en
true
- 3.2.0 - Fix for multiple socket subscriptions re-using the same socket connection, Updated errors
+ 3.2.1 - Fixed error code parsing
enable
8.0
MIT
diff --git a/README.md b/README.md
index 4b9763b..30d957b 100644
--- a/README.md
+++ b/README.md
@@ -203,6 +203,9 @@ The order book will automatically reconnect when the connection is lost and resy
To stop synchronizing an order book use the `Stop` method.
## Release notes
+* Version 3.2.1 - 19 nov 2020
+ * Fixed error code parsing
+
* Version 3.2.0 - 19 nov 2020
* Fix for multiple socket subscriptions re-using the same socket connection
* Updated errors