diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c4c6cbec5a..55e37ea2688 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,44 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 17.1.0-rc.2 – 2023-08-24
+### Added
+- Avatars of open conversations are now shown without being a participant
+ [#10229](https://github.com/nextcloud/spreed/issues/10229)
+- Added an option to only remove a user from private conversations
+ [#10310](https://github.com/nextcloud/spreed/issues/10310)
+- Added an option to copy the original message content
+ [#10335](https://github.com/nextcloud/spreed/issues/10335)
+
+### Changed
+- Use virtual scrolling for the conversation list to improve the performance
+ [#10297](https://github.com/nextcloud/spreed/issues/10297)
+- Cache the conversation list in the browser storage for better loading experience
+ [#10273](https://github.com/nextcloud/spreed/issues/10273)
+- Update dependencies
+
+### Fixed
+- Allow replying to messages of bots
+ [#10219](https://github.com/nextcloud/spreed/issues/10219)
+- Fix sending system messages to bots
+ [#10271](https://github.com/nextcloud/spreed/issues/10271)
+- Fix style of Markdown code blocks, headlines and quotes
+ [#10221](https://github.com/nextcloud/spreed/issues/10221)
+ [#10238](https://github.com/nextcloud/spreed/issues/10238)
+ [#10255](https://github.com/nextcloud/spreed/issues/10255)
+- Fix recording option shown for non moderators
+ [#10246](https://github.com/nextcloud/spreed/issues/10246)
+- Apply selected call background only once confirmed
+ [#10267](https://github.com/nextcloud/spreed/issues/10267)
+- Clear chat history for other participants that are live when the moderator performs the action
+ [#10302](https://github.com/nextcloud/spreed/issues/10302)
+- Add missing capability that indicates bots are supported
+ [#10314](https://github.com/nextcloud/spreed/issues/10314)
+- Don't add parent messages of quotes to the message list which could create gaps in the history
+ [#10318](https://github.com/nextcloud/spreed/issues/10318)
+- Fix missing `X-Chat-Last-Common-Read` header on chat requests
+ [#10337](https://github.com/nextcloud/spreed/issues/10337)
+
## 17.1.0-rc.1 – 2023-08-11
### Added
- Add support for bots via webhooks
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 640f68b2759..be5a93103bc 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.1.1
+ 17.1.0-rc.2
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index 248823963ad..2496d52762f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.1.0-rc.1",
+ "version": "17.1.0-rc.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.1.0-rc.1",
+ "version": "17.1.0-rc.2",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index f9d167ae88a..948fd2cd266 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.1.0-rc.1",
+ "version": "17.1.0-rc.2",
"private": true,
"description": "",
"author": "Joas Schilling ",