diff --git a/CHANGELOG.md b/CHANGELOG.md
index fcd62f1a776..c7f40ae7e37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 22.0.2 – 2025-10-27
+### Changed
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(chat): Fix relative date header showing `.042` after DST change
+ [#16217](https://github.com/nextcloud/spreed/pull/16217)
+- fix(participants): Correctly show guests as online and offline
+ [#16218](https://github.com/nextcloud/spreed/pull/16218)
+
## 22.0.1 – 2025-10-24
### Added
- feat(bots): Add create command for inbound-only bots
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1857951703b..1f94fbfcede 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
]]>
- 22.0.1
+ 22.0.2
agpl
Anna Larch
diff --git a/package-lock.json b/package-lock.json
index 5dbe6f0636f..a79e0ee176a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "22.0.1",
+ "version": "22.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "22.0.1",
+ "version": "22.0.2",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index 2f658c041da..6a91934ea9d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "22.0.1",
+ "version": "22.0.2",
"private": true,
"description": "",
"license": "agpl",