diff --git a/CHANGELOG.md b/CHANGELOG.md index 239b61e1..68930a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.3.1 - 2023-04-16 + +### Fixes + +- Fix issue with opening a chat [#141](https://github.com/nextcloud/talk-desktop/pull/141) +- Fix GitHub rate limit error on development [#125](https://github.com/nextcloud/talk-desktop/pull/125) + +### Development notes + +- Now Nextcloud Talk can be built with [Nextcloud Talk `stable26` branch](https://github.com/nextcloud/spreed/tree/stable26) + ## v0.3.0 - 2023-04-06 ### Features diff --git a/package-lock.json b/package-lock.json index e87775a9..0158b25d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.3.0", + "version": "0.3.1", "license": "AGPL-3.0", "dependencies": { "@nextcloud/browser-storage": "^0.2.0", diff --git a/package.json b/package.json index b42f84e2..4ac1abca 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.3.0", + "version": "0.3.1", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0",