From 3ec3d6e9df195faf31a6a879ee299341d3d438ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Thu, 23 May 2024 16:46:15 +0200 Subject: [PATCH 1/2] chore(release): Add changelog for 17.1.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5a7b4d7a5..6e024016671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 17.1.9 – 2024-05-23 +### Fixed +- fix(polls): Remove actor info from system message + [#12342](https://github.com/nextcloud/spreed/pull/12342) +- fix(recording): Stop broken recording backend + [#12401](https://github.com/nextcloud/spreed/pull/12401) + ## 17.1.8 – 2024-04-12 ### Changed - Update translations From 2d4487687909fa1c53fcd950e9c83e4bf3bd7364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Thu, 23 May 2024 16:51:54 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 17.1.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- 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 ef3456d34f2..f08c7579ffc 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.8 + 17.1.9 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 1c7b6a0da47..3829c5f1a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "17.1.8", + "version": "17.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "17.1.8", + "version": "17.1.9", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index e950bb5b215..a8e76162ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "17.1.8", + "version": "17.1.9", "private": true, "description": "", "author": "Joas Schilling ",