diff --git a/CHANGELOG.md b/CHANGELOG.md index 30710ad..92ee5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ # Changelog +## v1.1.0-beta - 2025-01-20 + +### Changes + +- Built-in Talk in binaries is updated to v21.0.0-beta.2 in the beta release channel [#1029](https://github.com/nextcloud/talk-desktop/pull/1029) + ## v1.0.2 - 2025-01-20 ### Features diff --git a/package-lock.json b/package-lock.json index 463bbf9..c0cc9f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "1.0.2", + "version": "1.1.0-beta", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "1.0.2", + "version": "1.1.0-beta", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index aefa4a2..8937811 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "1.0.2", + "version": "1.1.0-beta", "description": "Official Desktop client for Nextcloud Talk", "bugs": { "url": "https://github.com/nextcloud/talk-desktop/issues",