diff --git a/CHANGELOG.md b/CHANGELOG.md index 06df1758a..5a4509167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 3.0.1 - 2017-07-31 + +Improvements for all users: + +* When creating folders and uploading files on the remote Cozy, sometimes the + parent folder doesn't exist yet. This case didn't occur before the 3.0.0 + release and it didn't happen during the release testing, so we were not + handling it correctly. The issue is fixed now. We apologize for the + inconvenience. + +Happy syncing! + ## 3.0.0 - 2017-07-31 Improvements for all users: diff --git a/cli/package.json b/cli/package.json index 632fe1372..38621844f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "cozy-desktop", - "version": "3.0.0", + "version": "3.0.1", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://docs.cozy.io/en/mobile/desktop.html", "author": "Cozy Cloud (https://cozycloud.cc/)", diff --git a/gui/package.json b/gui/package.json index 1d928612a..57239865a 100644 --- a/gui/package.json +++ b/gui/package.json @@ -2,7 +2,7 @@ "name": "cozy-desktop-gui", "productName": "Cozy Drive", "private": true, - "version": "3.0.0", + "version": "3.0.1", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://github.com/cozy-labs/cozy-desktop", "author": "Cozy Cloud (https://cozycloud.cc/)",