diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55e37ea2688..7cb7d475150 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 17.1.0-rc.3 – 2023-08-25
+### Added
+- feat(capability): Add a capability for messages being markdown
+ [#10367](https://github.com/nextcloud/spreed/issues/10367)
+- feat(bots)!: Ensure bot uniqueness and allow removing by URL
+ [#10371](https://github.com/nextcloud/spreed/issues/10371)
+
+### Changed
+- Update dependencies
+
+### Fixed
+- fix(LeftSidebar): wrong user status after scrolling
+ [#10369](https://github.com/nextcloud/spreed/issues/10369)
+- fix(changelog): Prevent duplicated changelog message by parallel requests
+ [#10366](https://github.com/nextcloud/spreed/issues/10366)
+- fix(RoomSelector): Align text vertically for open conversation list
+ [#10363](https://github.com/nextcloud/spreed/issues/10363)
+- fix(chat): Fix primary color selection on quotes
+ [#10363](https://github.com/nextcloud/spreed/issues/10363)
+- fix(LeftSidebar): adjust conversation padding and size
+ [#10359](https://github.com/nextcloud/spreed/issues/10359)
+
## 17.1.0-rc.2 – 2023-08-24
### Added
- Avatars of open conversations are now shown without being a participant
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ff139b3aeba..c8dcf3bb8d3 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.1.0-rc.2.1
+ 17.1.0-rc.3
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index 57bc3a338da..dfe2969a1c9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.1.0-rc.2",
+ "version": "17.1.0-rc.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.1.0-rc.2",
+ "version": "17.1.0-rc.3",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index be8c209694c..9a960a03f62 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.1.0-rc.2",
+ "version": "17.1.0-rc.3",
"private": true,
"description": "",
"author": "Joas Schilling ",