Skip to content

Commit d9a01f5

Browse files
authored
Merge pull request #12408 from nextcloud/release/18.0.8
Release 18.0.8
2 parents 64c8891 + 505fb57 commit d9a01f5

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 18.0.8 – 2024-05-23
5+
### Fixed
6+
- fix(polls): Remove actor info from system message
7+
[#12343](https://github.com/nextcloud/spreed/pull/12343)
8+
- fix(recording): Stop broken recording backend
9+
[#12402](https://github.com/nextcloud/spreed/pull/12402)
10+
11+
## 17.1.9 – 2024-05-23
12+
### Fixed
13+
- fix(polls): Remove actor info from system message
14+
[#12342](https://github.com/nextcloud/spreed/pull/12342)
15+
- fix(recording): Stop broken recording backend
16+
[#12401](https://github.com/nextcloud/spreed/pull/12401)
17+
418
## 18.0.7 – 2024-04-12
519
### Changed
620
- Update translations

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
1616
1717
]]></description>
1818

19-
<version>18.0.7</version>
19+
<version>18.0.8</version>
2020
<licence>agpl</licence>
2121

2222
<author>Daniel Calviño Sánchez</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "talk",
3-
"version": "18.0.7",
3+
"version": "18.0.8",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)