diff --git a/changelog.md b/changelog.md index f4dd29c01..5d260c314 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,17 @@ All notable changes to the Zulip desktop app are documented in this file. +### v5.9.4 --2023-01-04 + +**Fixes**: + +- The `com.apple.quarantine` extended attribute is now correctly set for downloaded files on macOS. +- The external link handler ignores invalid URLs. + +**Dependencies**: + +- Upgraded all dependencies, including Electron 22.0.0. + ### v5.9.3 --2022-04-28 **Fixes**: diff --git a/package-lock.json b/package-lock.json index 92f6b69a1..599c126d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zulip", - "version": "5.9.3", + "version": "5.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zulip", - "version": "5.9.3", + "version": "5.9.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index af84dcc52..a176114cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zulip", "productName": "Zulip", - "version": "5.9.3", + "version": "5.9.4", "main": "./app/main", "description": "Zulip Desktop App", "license": "Apache-2.0",