diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b4c81b7..a3b30166 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,20 @@
# Changelog
+## 0.8.4
+
+### Fixed
+
+* [[stable0.8] fix(Favorites): repair runtime cache population (tables#1543)](https://github.com/nextcloud/tables/pull/1543)
+* [[stable0.8] enh: warn during table manager promotion/demotion (tables#1552)](https://github.com/nextcloud/tables/pull/1552)
+* [[stable0.8] chore(i18n): Improved wording (tables#1564)](https://github.com/nextcloud/tables/pull/1564)
+* [[stable0.8] enh(Cypress): improve some selectors (tables#1573)](https://github.com/nextcloud/tables/pull/1573)
+* [[stable0.8] fix: wrap usergroup's cell values (tables#1563)](https://github.com/nextcloud/tables/pull/1563)
+
+### Dependencies
+* [[stable0.8] deps(PHP): update phpoffice/phpspreadsheet (tables#1562)](https://github.com/nextcloud/tables/pull/1562)
+* [[stable0.8] Fix npm audit (tables#1586)](https://github.com/nextcloud/tables/pull/1586)
+
## 0.8.3
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 312d105e..78019247 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -25,7 +25,7 @@ Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.
]]>
- 0.8.3
+ 0.8.4
agpl
Florian Steffens
Tables
diff --git a/package-lock.json b/package-lock.json
index d4f70a0b..412d150b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tables",
- "version": "0.8.3",
+ "version": "0.8.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tables",
- "version": "0.8.3",
+ "version": "0.8.4",
"license": "agpl",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index abfbf35a..acdff68a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
- "version": "0.8.3",
+ "version": "0.8.4",
"author": "Florian Steffens