summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2024-05-23 17:42:30 +0200
committerGitHub <noreply@github.com>2024-05-23 17:42:30 +0200
commitae30df66e13bc86c9ea4224c21775541b027ba40 (patch)
treecfdc1d7dc895579e6ef3f38f90fccd2400228156
parent5d063f899997ea8a2384ff8a7bd5f2af403f2964 (diff)
parent2d4487687909fa1c53fcd950e9c83e4bf3bd7364 (diff)
Merge pull request #12407 from nextcloud/release/17.1.9v17.1.9
Release 17.1.9
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a5a7b4d7..6e0240166 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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ef3456d34..f08c7579f 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
]]></description>
- <version>17.1.8</version>
+ <version>17.1.9</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 1c7b6a0da..3829c5f1a 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 e950bb5b2..a8e76162c 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 <coding@schilljs.com>",