summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-04-12 16:56:07 +0200
committerGitHub <noreply@github.com>2024-04-12 16:56:07 +0200
commit8dd3190547293c5728effda2775bdda9e1154b4f (patch)
tree68fb58d96fc270b99b9fbcfdfb9038ab7e2de426
parent83fae38bfebbb883acfcad1c7223aedde6e5f63d (diff)
parente5fe7d0685c2590ecbae6384b4f425fea1d99e0c (diff)
Merge pull request #12083 from nextcloud/release/17.1.8v17.1.8
Release 17.1.8
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f40324e68..6a5a7b4d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 17.1.8 – 2024-04-12
+### Changed
+- Update translations
+- Update several dependencies
+
+### Fixed
+- fix(conversation): Fix error when adding participants while creating a conversation
+ [#12059](https://github.com/nextcloud/spreed/issues/12059)
+- fix(conversation): Fix missing icon in conversation settings for file conversations
+ [#12052](https://github.com/nextcloud/spreed/issues/12052)
+
## 17.1.7 – 2024-04-04
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1eb1c9bb7..ef3456d34 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.7</version>
+ <version>17.1.8</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 859ddcf4c..15b7374f7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.1.7",
+ "version": "17.1.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.1.7",
+ "version": "17.1.8",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 0c2587b38..1ce0b7c18 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.1.7",
+ "version": "17.1.8",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",