diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5e71e258863..1fbb6805291 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.
]]>
- 23.0.4
+ 23.0.5
agpl
Anna Larch
diff --git a/docs/changelogs/changelog-23.md b/docs/changelogs/changelog-23.md
index 7bbb214ba9d..54376ff88eb 100644
--- a/docs/changelogs/changelog-23.md
+++ b/docs/changelogs/changelog-23.md
@@ -5,6 +5,31 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 23.0.5 – 2026-05-28
+### Changed
+- Fuzzy conversation search
+ [#17897](https://github.com/nextcloud/spreed/pull/17897)
+- Better indication of anonymous polls in UI
+ [#17927](https://github.com/nextcloud/spreed/pull/17927)
+- Update dependencies
+- Update translations
+
+### Fixed
+- fix(call): Render other user's video while screensharing
+ [#18064](https://github.com/nextcloud/spreed/pull/18064)
+- fix(notifications): Fix name in reaction notification for federated users
+ [#18067](https://github.com/nextcloud/spreed/pull/18067)
+- fix(admin): Allow accessing admin settings in limited Talk configuration environment
+ [#18126](https://github.com/nextcloud/spreed/pull/18126)
+- fix(sipbridge): Authenticate internal request from SIP Bridge
+ [#18118](https://github.com/nextcloud/spreed/pull/18118)
+- fix(conversation): Refresh list on disinvite event
+ [#18131](https://github.com/nextcloud/spreed/pull/18131)
+- fix(chat): Fix email guests name caching
+ [#18136](https://github.com/nextcloud/spreed/pull/18136)
+- fix(call): Respect participant permissions for hardware access
+ [#17980](https://github.com/nextcloud/spreed/pull/17980)
+
## 23.0.4 – 2026-04-30
### Changed
- Update dependencies
diff --git a/package-lock.json b/package-lock.json
index f1872077353..ad60ac90386 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "23.0.4",
+ "version": "23.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "23.0.4",
+ "version": "23.0.5",
"license": "agpl",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
diff --git a/package.json b/package.json
index c26cb7ac5ea..13c3e76e74b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "23.0.4",
+ "version": "23.0.5",
"private": true,
"description": "",
"license": "agpl",