diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c1983d65..d3a4cc3a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
 # Cozy Drive for Desktop: Changelog
 
+## 3.42.0-beta.1 - 2024-12-18
+
+Improvements for all users:
+
+- Desktop won't run a full scan of the local synchronization directory when the
+  computer wakes from sleep anymore.
+  This will reduce pressure on your computer's resources and improve
+  synchronization resume speed.
+- We improved the way we save numerous changes in Desktop's local database to
+  avoid crashes when there are too many of them.
+
+See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md).
+
+Happy syncing!
+
 ## 3.41.0 - 2024-11-07
 
 Improvements for all users:
diff --git a/package.json b/package.json
index 031a50166..f48fe340b 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "CozyDrive",
   "productName": "Cozy Drive",
   "private": true,
-  "version": "3.41.0",
+  "version": "3.42.0-beta.1",
   "description": "Cozy Drive is a synchronization tool for your files and folders with Cozy Cloud.",
   "homepage": "https://github.com/cozy-labs/cozy-desktop",
   "author": "Cozy Cloud <contact@cozycloud.cc> (https://cozycloud.cc/)",