diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3fe87a1..091a7c8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Cozy Drive for Desktop: Changelog +## 3.26.0-beta.2 - 2021-03-04 + +Improvements for all users: + +- Some expectations made in the previous beta release on the local metadata + stored in PouchDB were not met and resulted in exceptions being thrown thus + stopping the synchronization. + We've taken measures to make sure those expectations are met in the future and + existing metadata is cleaned up to meet these expectations as well. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.26.0-beta.1 - 2021-03-03 Improvements for all users: diff --git a/package.json b/package.json index af8d50aae..f1309c92a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.26.0-beta.1", + "version": "3.26.0-beta.2", "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 (https://cozycloud.cc/)",