diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70a55b86942..d10b0cd4a49 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 6915552ab64..8df7257dc97 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
]]>
- 17.0.2
+ 17.0.3
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index ad650fb3412..1c7b3b26818 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 1ba3463d727..735cc5f6837 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 ",