summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2024-05-23 17:36:20 +0200
committerGitHub <noreply@github.com>2024-05-23 17:36:20 +0200
commitd9a01f5ad5cdbc2d49e3ad3fede158d3e09a5d1b (patch)
treecb43b3b95ea8b77054a439b6b9015a091c10d4f6
parent64c8891140a6f2e968bf1928106f1a2e39f1b751 (diff)
parent505fb5703589f64d0f114ad61ca5e49ae0e0957d (diff)
Merge pull request #12408 from nextcloud/release/18.0.8v18.0.8
Release 18.0.8
-rw-r--r--CHANGELOG.md14
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 18 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9bf53bd6..65edff82a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 18.0.8 – 2024-05-23
+### Fixed
+- fix(polls): Remove actor info from system message
+ [#12343](https://github.com/nextcloud/spreed/pull/12343)
+- fix(recording): Stop broken recording backend
+ [#12402](https://github.com/nextcloud/spreed/pull/12402)
+
+## 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)
+
## 18.0.7 – 2024-04-12
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d3ecbeaa8..3a0271b59 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>18.0.7</version>
+ <version>18.0.8</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 15e17b460..0a5e872e7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "18.0.7",
+ "version": "18.0.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "18.0.7",
+ "version": "18.0.8",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 4807f34d6..ae2f8b7d3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "18.0.7",
+ "version": "18.0.8",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",