From 69c3cfeca2671ee4ff859a04baa3bc9d1a3e9313 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Tue, 27 Aug 2024 10:25:54 +0200 Subject: [PATCH] release: v0.36.0 Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e743167c..3252ba32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ # Changelog +## v0.36.0 - 2024-08-27 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v20.0.0-rc.3 + +### Fixes + +- Fix error when connecting to old Nextcloud Talk servers [#760](https://github.com/nextcloud/talk-desktop/issues/760) +- UI fixes [#761](https://github.com/nextcloud/talk-desktop/pull/761), [#773](https://github.com/nextcloud/talk-desktop/pull/773) + ## v0.35.0 - 2024-08-16 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index 78d5cf4b..04903706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.35.0", + "version": "0.36.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.35.0", + "version": "0.36.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index f2a4584c..cc56387b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.35.0", + "version": "0.36.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0-or-later",