From b670bc498e1e5fec4bef8fe4217bb72db2a5ef2c Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Wed, 27 Apr 2022 17:45:55 +0200 Subject: [PATCH] Release v3.34.1 (#2228) Improvements for all users: - We fixed an issue with a data migration shipped with the previous release. It affected clients connected to Cozies with a large number of directories. --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af697bc0..c9f1ace6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Cozy Drive for Desktop: Changelog +## 3.34.1 - 2022-04-27 + +Improvements for all users: + +- We fixed an issue with a data migration shipped with the previous release. It + affected clients connected to Cozies with a large number of directories. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.34.0 - 2022-04-27 Improvements for all users: diff --git a/package.json b/package.json index 5cfcee7e4..083f76a88 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.34.0", + "version": "3.34.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 (https://cozycloud.cc/)",