diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45ba6ac7..81658622 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,6 @@
 # Changelog
 
-TODO: tag custom ConverseJS, and update build-conversejs.sh.
-
-## 10.0.0 (Not Released Yet)
+## 10.0.0
 
 ### New features
 
diff --git a/conversejs/build-conversejs.sh b/conversejs/build-conversejs.sh
index 9b6b5673..39e8ae35 100644
--- a/conversejs/build-conversejs.sh
+++ b/conversejs/build-conversejs.sh
@@ -14,7 +14,7 @@ set -x
 CONVERSE_VERSION="v10.1.6"
 CONVERSE_REPO="https://github.com/conversejs/converse.js.git"
 # You can eventually set CONVERSE_COMMIT to a specific commit ID, if you want to apply some patches.
-CONVERSE_COMMIT="821b41e189b25316b9a044cb41ecc9b3f1910172"
+CONVERSE_COMMIT=""
 
 # 2014-01-16: we are using a custom version, to wait for some PR to be apply upstream.
 # This version includes following changes:
@@ -32,8 +32,8 @@ CONVERSE_COMMIT="821b41e189b25316b9a044cb41ecc9b3f1910172"
 # - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize.
 # - Destroy room: remove the challenge, and the new JID
 # - New config option [colorize_username](https://conversejs.org/docs/html/configuration.html#colorize_username)
-CONVERSE_VERSION="livechat-9.0.0"
-# CONVERSE_COMMIT="9d0794974fe77e1a3a1de4585ab4d1f0a373f269"
+CONVERSE_VERSION="livechat-10.0.0"
+# CONVERSE_COMMIT="821b41e189b25316b9a044cb41ecc9b3f1910172"
 CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
 
 rootdir="$(pwd)"
diff --git a/package-lock.json b/package-lock.json
index 107c8023..cc87bb9e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "peertube-plugin-livechat",
-  "version": "9.0.3",
+  "version": "10.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "peertube-plugin-livechat",
-      "version": "9.0.3",
+      "version": "10.0.0",
       "license": "AGPL-3.0",
       "dependencies": {
         "@xmpp/jid": "^0.13.1",
diff --git a/package.json b/package.json
index a60a0529..9738b48c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "peertube-plugin-livechat",
   "description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...",
-  "version": "9.0.3",
+  "version": "10.0.0",
   "license": "AGPL-3.0",
   "author": {
     "name": "John Livingston",