diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f1ace6e..a7e716058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Cozy Drive for Desktop: Changelog +## 3.34.2 - 2022-04-28 + +Improvements for all users: + +- We fixed another issue with the latest data migration. It affected users who + had deleted directories which were still known to the local PouchDB database. + Missing directories will now be handled appropriately. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.34.1 - 2022-04-27 Improvements for all users: diff --git a/package.json b/package.json index 083f76a88..14874ea00 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.34.1", + "version": "3.34.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/)",