diff --git a/bigbluebutton-html5/imports/ui/components/about/container.jsx b/bigbluebutton-html5/imports/ui/components/about/container.jsx
index 621646b6b932f268cf6b7d8a2784bbf13f96d889..3519de902126d3d36b0a9e75ad78e1aa034f3ea1 100644
--- a/bigbluebutton-html5/imports/ui/components/about/container.jsx
+++ b/bigbluebutton-html5/imports/ui/components/about/container.jsx
@@ -11,7 +11,7 @@ const AboutContainer = props => (
 
 const getClientBuildInfo = function () {
   return {
-    clientBuild: "Fairblue  10032021",
+    clientBuild: "Fairblue  01042021",
     copyright: "LGPL",
   };
 };
diff --git a/fairblue-changelog.md b/fairblue-changelog.md
index dcb6a3cde23fe1d6575ce028e3ea39271c338936..5bf3d1753a11ddb1c763c13f38aae3c0192d9af9 100644
--- a/fairblue-changelog.md
+++ b/fairblue-changelog.md
@@ -1,6 +1,8 @@
 # Changelog of Fairblue development
 ## next
+## 01042021
 * Buttons for translation feature are visible if languages are avaiable
+* Parent room sync languages into breakout rooms
 ## 10032021
 * Fix bug when selecting interpreter language in firefox
 ## 07032021