diff --git a/changelog.md b/changelog.md index c02f3fef0..4acd89a5f 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,16 @@ All notable changes to the Zulip desktop app are documented in this file. +### v5.10.3 --2023-09-30 + +**Fixes**: + +- Fixed an error in the third-party `gatemaker` library that broke the display of notifications for completed downloads. + +**Dependencies**: + +- Upgraded all dependencies, including Electron 25.8.4. + ### v5.10.2 --2023-09-14 **Dependencies**: diff --git a/package-lock.json b/package-lock.json index d5f27c42e..3824a6a98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zulip", - "version": "5.10.2", + "version": "5.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zulip", - "version": "5.10.2", + "version": "5.10.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 07aaa0051..d65bfdf26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zulip", "productName": "Zulip", - "version": "5.10.2", + "version": "5.10.3", "main": "./dist-electron", "description": "Zulip Desktop App", "license": "Apache-2.0",