diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77ccd766d..8a4595311 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## 0.7.4
+
+### Added
+* [[stable0.7] Extract selection option labels for Analytics (tables#1181)](https://github.com/nextcloud/tables/pull/1181)
+
+### Fixed
+* [[stable0.7] fix: hide Create Column button on empty table if inadequate permissions (tables#1152)](https://github.com/nextcloud/tables/pull/1152)
+* [[stable0.7] fix(API): declared array shape was not correct (tables#1171)](https://github.com/nextcloud/tables/pull/1171)
+* [[stable0.7] fix: only add resource if user can manage resource (tables#1174)](https://github.com/nextcloud/tables/pull/1174)
+* [[stable0.7] fix: modify context nodes update (tables#1183)](https://github.com/nextcloud/tables/pull/1183)
+
+### Other
+* [[stable0.7] ci: add missing server branches to matrices (tables#1172)](https://github.com/nextcloud/tables/pull/1172)
+* [Chore(deps): update dependency cypress-downloadfile to ^1.2.4 (stable0.7) (tables#1164)](https://github.com/nextcloud/tables/pull/1164)
+
## 0.7.3
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3dbd5b767..c7f661540 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -21,7 +21,7 @@ Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.
]]>
- 0.7.3
+ 0.7.4
agpl
Florian Steffens
Tables
diff --git a/package.json b/package.json
index b51897203..657765a93 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
- "version": "0.7.3",
+ "version": "0.7.4",
"author": "Florian Steffens