diff --git a/CHANGELOG_Nodejs.md b/CHANGELOG_Nodejs.md
index 0a4ac8e..74f7830 100644
--- a/CHANGELOG_Nodejs.md
+++ b/CHANGELOG_Nodejs.md
@@ -1,5 +1,22 @@
# SDK for Node.js Clients CHANGELOG
+## 8.0.4 build 1790
+
+Compatible with Lightstreamer Server since 7.0.
+Compatible with code developed with the previous version.
+Released on 1 Apr 2022
+
+
+Fixed a bug about message sending that, upon a message retransmission, could have caused the client to trigger ClientListener.onServerError with error code 32 or 33.
+
+
+Fixed a bug that could have caused the client to not unsubscribe from an item when the user
+called the methods LightstreamerClient.subscribe and LightstreamerClient.unsubscribe in rapid sequence or more in general when the server received a subscription request and the corresponding unsubscription request at the same time.
+
+
+Fixed a compatibility issue with Server versions 7.1.0 and later, related with the support of the `` Server configuration element. In case a non-lowercase prefix had been used, the websocket connections would have failed.
+
+
## 8.0.3 build 1787
Compatible with Lightstreamer Server since 7.0.
diff --git a/CHANGELOG_Web.md b/CHANGELOG_Web.md
index 0de1ba7..8b1a0fd 100644
--- a/CHANGELOG_Web.md
+++ b/CHANGELOG_Web.md
@@ -1,5 +1,25 @@
# SDK for Web Clients CHANGELOG
+## 8.0.4 build 1803
+
+Compatible with Lightstreamer Server since 7.1.
+Compatible with code developed with the previous version.
+Released on 1 Apr 2022
+
+
+Fixed a bug that could have caused the client to not reissue the active subscriptions on the next connection attempts when the device switched several times between online and offline mode.
+
+
+Fixed a bug about message sending that, upon a message retransmission, could have caused the client to trigger ClientListener.onServerError with error code 32 or 33.
+
+
+Fixed a bug that could have caused the client to not unsubscribe from an item when the user
+called the methods LightstreamerClient.subscribe and LightstreamerClient.unsubscribe in rapid sequence or more in general when the server received a subscription request and the corresponding unsubscription request at the same time.
+
+
+Fixed a compatibility issue with Server versions 7.1.0 and later, related with the support of the `` Server configuration element. In case a non-lowercase prefix had been used, the websocket connections would have failed.
+
+
## 8.0.3 build 1800
Compatible with Lightstreamer Server since 7.1.