diff --git a/CHANGELOG.md b/CHANGELOG.md index 38081259d..bb06c404b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Cozy Drive for Desktop: Changelog +## 3.23.0-beta.4 - 2020-09-07 + +Improvements for all users: + +- Fixes the infinite spinner of the Updater window, displayed when download + progress info is not available. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.23.0-beta.3 - 2020-09-07 Improvements for all users: diff --git a/package.json b/package.json index e2fb70a60..2f5f33878 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.23.0-beta.3", + "version": "3.23.0-beta.4", "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/)",