From 3c2bd322e97febffd3f1c62b6d5f4c00a83a5510 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 25 Jan 2024 10:50:26 +0100 Subject: [PATCH 1/2] chore(release): Changelog for 16.0.10 and 17.1.5 Signed-off-by: Joas Schilling --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82679fb8a3..29819047982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 17.1.5 – 2024-01-25 +### Fixed +- fix(attachments): Don't allow selecting shared folders as attachment folder + [#11430](https://github.com/nextcloud/spreed/issues/11430) + +## 16.0.10 – 2024-01-25 +### Fixed +- fix(attachments): Don't allow selecting shared folders as attachment folder + [#11431](https://github.com/nextcloud/spreed/issues/11431) + ## 17.1.4 – 2023-12-19 ### Fixed - fix(UI): Allow joining a call while editing a document From 7039a527c9d6ad032f752eea36dc46363ade9566 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 25 Jan 2024 11:16:48 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 17.1.5 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index d286af35f95..2b3c7df879e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 17.1.4 + 17.1.5 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 064b637205b..cd4055fe30a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "17.1.4", + "version": "17.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "17.1.4", + "version": "17.1.5", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index fba889dddfe..14fe68fd23c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "17.1.4", + "version": "17.1.5", "private": true, "description": "", "author": "Joas Schilling ",