diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fb36c9..71f98580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ # Changelog +## v0.38.0 - 2024-09-19 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v20.0.0 + +### Fixes + +- Fix typing-status sharing being always disabled [#799](https://github.com/nextcloud/talk-desktop/pull/799) + ## v0.37.0 - 2024-09-06 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index fa4bf69e..c61897aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.37.0", + "version": "0.38.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.37.0", + "version": "0.38.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 9e842036..e37c91fa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.37.0", + "version": "0.38.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0-or-later",