diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03ac377d6e3..d5a09621e88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 14.0.0-rc.2 – 2022-04-19
+### Fixed
+- Remove event to delete shares when user leave of room
+ [#7168](https://github.com/nextcloud/spreed/pull/7168)
+- Add item shares from chat messages directly to the store
+ [#7149](https://github.com/nextcloud/spreed/pull/7149)
+- Only switch to the participant tab when the token changes not any other detail
+ [#7146](https://github.com/nextcloud/spreed/pull/7146)
+- Don't update last message of conversation with invisible message
+ [#7142](https://github.com/nextcloud/spreed/pull/7142)
+
+### Still in progress
+- Media tab showing all shared items of the conversation
+
## 14.0.0-rc.1 – 2022-04-13
### Added
- Reactions for chat messages
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c5835173288..0bce1c8e84a 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
]]>
- 14.0.0-rc.1
+ 14.0.0-rc.2
agpl
Aleksandra Lazarević