diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1eb324ad8..7b4c81b76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,20 @@
# Changelog
+## 0.8.3
+
+### Fixed
+
+* [[stable0.8] fix(Import): expect selectionOptions as array from json (tables#1425)](https://github.com/nextcloud/tables/pull/1425)
+* [[stable0.8] fix: use actual providerId in link rows (tables#1498)](https://github.com/nextcloud/tables/pull/1498)
+* [[stable0.8] Fix "start of week" filter not working on table views (tables#1512)](https://github.com/nextcloud/tables/pull/1512)
+* [[stable0.8] fix: allow adding meta data columns to views again (tables#1530)](https://github.com/nextcloud/tables/pull/1530)
+* [[stable0.8] fix(Views): allow to sort for meta columns (tables#1533)](https://github.com/nextcloud/tables/pull/1533)
+
+### Other
+
+* dependency updates
+
## 0.8.2
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2f7caec2a..d197efd38 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.2
+ 0.8.3
agpl
Florian Steffens
Tables
diff --git a/package-lock.json b/package-lock.json
index 2e8a29be5..497144d32 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tables",
- "version": "0.8.2",
+ "version": "0.8.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tables",
- "version": "0.8.2",
+ "version": "0.8.3",
"license": "agpl",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index 3843c0f0e..abfbf35ae 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
- "version": "0.8.2",
+ "version": "0.8.3",
"author": "Florian Steffens