diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eef5d4233a..3ad0e709101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.0.0-rc.2 – 2024-08-16 +### Fixed +- Adjust conversation list density + [#13013](https://github.com/nextcloud/spreed/issues/13013) + ## 20.0.0-rc.1 – 2024-08-15 ### Added - Show upcoming event information (up to 1 month) in conversation top bar diff --git a/appinfo/info.xml b/appinfo/info.xml index 4db51b9edd9..2a51d59dd0e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ * 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa. ]]> - 20.0.0-rc.1 + 20.0.0-rc.2 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 7adee5c710a..7ec4f97325d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.0.0-rc.1", + "version": "20.0.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.0.0-rc.1", + "version": "20.0.0-rc.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index cff899273e0..f37caac35f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.0.0-rc.1", + "version": "20.0.0-rc.2", "private": true, "description": "", "author": "Joas Schilling ",