diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5551adfa983..5a5dcc27b59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,26 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 22.0.0-beta.2 – 2025-08-29
+### Added
+- feat(calls): Implement live-transcriptions when the ExApp is available
+ [#15696](https://github.com/nextcloud/spreed/issues/15696)
+- feat(dashboard): Improve empty content view of the dashboard sections
+ [#15697](https://github.com/nextcloud/spreed/issues/15697)
+
+### Changed
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(UI): Further design adjustments to outlined icons
+- fix(chat): Many improvements for threads
+ [#15616](https://github.com/nextcloud/spreed/issues/15616)
+ [#15703](https://github.com/nextcloud/spreed/issues/15703)
+ [#15704](https://github.com/nextcloud/spreed/issues/15704)
+ [#15722](https://github.com/nextcloud/spreed/issues/15722)
+ [#15735](https://github.com/nextcloud/spreed/issues/15735)
+
## 21.1.4 – 2025-08-28
### Added
- feat(sip): Allow to send the direct dial-in number of users on out-going calls
@@ -28,19 +48,24 @@ All notable changes to this project will be documented in this file.
## 22.0.0-beta.1 – 2025-08-21
### Added
-- Implement threads feature [#15313](https://github.com/nextcloud/spreed/issues/15313)
-- Implement 'Busy' status in calls [#15465](https://github.com/nextcloud/spreed/issues/15465)
-- Update call interface design [#15025](https://github.com/nextcloud/spreed/issues/15025)
-
-### Fixed
-- Improve chat history browsing performance [#6046](https://github.com/nextcloud/spreed/issues/6046)
+- Implement threads feature
+ [#15313](https://github.com/nextcloud/spreed/issues/15313)
+- Implement 'Busy' status in calls
+ [#15465](https://github.com/nextcloud/spreed/issues/15465)
+- Update call interface design
+ [#15025](https://github.com/nextcloud/spreed/issues/15025)
### Changed
-- Migrate app to Vue3 [#9448](https://github.com/nextcloud/spreed/issues/9448)
+- Migrate app to Vue3
+ [#9448](https://github.com/nextcloud/spreed/issues/9448)
- Update dependencies
- Update translations
- Require Nextcloud 32 / Hub 25 Autumn
+### Fixed
+- Improve chat history browsing performance
+ [#6046](https://github.com/nextcloud/spreed/issues/6046)
+
## 21.1.3 – 2025-08-06
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 80fbbec8fe3..73167145f0a 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.0-beta.1.2
+ 22.0.0-beta.2
agpl
Anna Larch
diff --git a/package-lock.json b/package-lock.json
index d3e3fe9f5b3..8fbf30f8850 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "22.0.0-beta.1",
+ "version": "22.0.0-beta.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "22.0.0-beta.1",
+ "version": "22.0.0-beta.2",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index fd46a8fa519..5eae4f4e578 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "22.0.0-beta.1",
+ "version": "22.0.0-beta.2",
"private": true,
"description": "",
"license": "agpl",