diff --git a/changelog.md b/changelog.md index 28f487b21..c02f3fef0 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ All notable changes to the Zulip desktop app are documented in this file. +### v5.10.2 --2023-09-14 + +**Dependencies**: + +- Downgraded Electron to 25.8.1 to avoid a renderer process crash on Linux. + ### v5.10.1 --2023-09-13 **Dependencies**: diff --git a/package-lock.json b/package-lock.json index 3a6c97dcd..a3227328d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zulip", - "version": "5.10.1", + "version": "5.10.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zulip", - "version": "5.10.1", + "version": "5.10.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 2b6cf678f..1a41ae79f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zulip", "productName": "Zulip", - "version": "5.10.1", + "version": "5.10.2", "main": "./dist-electron", "description": "Zulip Desktop App", "license": "Apache-2.0",