diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c96b91ad..01c034a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 3.9.1-beta.3 - 2018-09-28 + +Improvements for macOS users: + +- A regression on folder moves overwriting their destination was fixed (#1181) + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.9.1-beta.2 - 2018-09-21 Improvements for all users: diff --git a/package.json b/package.json index 5e1d89588..7edcb0899 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.9.1-beta.2", + "version": "3.9.1-beta.3", "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/)",