diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0be20653c4..b744468156b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 18.0.3 – 2024-01-31
+### Changed
+- Update translations
+- Update several dependencies
+
+### Fixed
+- fix(chat): Fix scrolling behaviour when loading older messages
+ [#11481](https://github.com/nextcloud/spreed/issues/11481)
+- fix(chat): Fix showing mention and emoji suggestions when writing a caption
+ [#11458](https://github.com/nextcloud/spreed/issues/11458)
+- fix(chat): Show mention chips when inserting a suggested mention
+ [#11493](https://github.com/nextcloud/spreed/issues/11493)
+
## 18.0.2 – 2024-01-25
### Fixed
- fix(calls): Device preview not visible when editing, uploading or viewing a file
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f2da0ebcc0d..fd9a0816e20 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,19 +16,19 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]>
- 18.0.2
+ 18.0.3
agpl
Daniel Calviño Sánchez
Dorra Jaouad
Grigorii Shartsev
Ivan Sein
- Jan-Christoph Borchardt
Joas Schilling
+ Julius Linus
Maksim Sukharev
Marcel Hibbe
Marcel Müller
- Marco Ambrosini
+ Sowjanya Kota
Talk
diff --git a/package-lock.json b/package-lock.json
index 87fc176842e..2a6740c3e0c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "18.0.2",
+ "version": "18.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "18.0.2",
+ "version": "18.0.3",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 79d00074baf..8db80104bb3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "18.0.2",
+ "version": "18.0.3",
"private": true,
"description": "",
"author": "Joas Schilling ",