summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 16 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70a55b869..d10b0cd4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 17.0.3 – 2023-07-28
+### Changed
+- Update dependencies
+
+### Fixed
+- Fix duplicate messages and improve performance
+ [#10070](https://github.com/nextcloud/spreed/issues/10070)
+- fix(SIP): Show SIP info also when enabled without user PIN
+ [#10064](https://github.com/nextcloud/spreed/issues/10064)
+- fix(settings): Hide description and status from 1-1 conversation settings
+ [#10057](https://github.com/nextcloud/spreed/issues/10057)
+
## 17.0.2 – 2023-07-20
### Changed
- Automatic transcription of call recordings is now opt-in
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6915552ab..8df7257dc 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.0.2</version>
+ <version>17.0.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index ad650fb34..1c7b3b268 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.0.2",
+ "version": "17.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.0.2",
+ "version": "17.0.3",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 1ba3463d7..735cc5f68 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.0.2",
+ "version": "17.0.3",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",