diff --git a/changelog.md b/changelog.md index 4f4dd48b..eaa007db 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,18 @@ All notable changes to the Zulip desktop app are documented in this file. +### v5.12.1 --2025-08-29 + +**Enhancements**: + +- Enabled macOS Writing Tools in the context menu. +- Marked untranslated strings for translation. +- Updated translations. + +**Dependencies**: + +- Upgraded all dependencies, including Electron 37.4.0. + ### v5.12.0 --2025-03-13 **Enhancements**: diff --git a/package-lock.json b/package-lock.json index 35dfbb83..a352ec07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zulip", - "version": "5.12.0", + "version": "5.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zulip", - "version": "5.12.0", + "version": "5.12.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 608e9abe..97540f7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zulip", "productName": "Zulip", - "version": "5.12.0", + "version": "5.12.1", "main": "./dist-electron/index.cjs", "description": "Zulip Desktop App", "license": "Apache-2.0",