diff --git a/CHANGELOG.md b/CHANGELOG.md index 0534c525cd..b1240f90af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ # Changelog +## 0.8.9 + +### Fixed + +* [[stable0.8] fix: allow null userId (tables#1982)](https://github.com/nextcloud/tables/pull/1982) +* [[stable0.8] fix: update table edit functionality and improve element selectors (tables#1993)](https://github.com/nextcloud/tables/pull/1993) + +### Other + +* [[stable0.8] tests(Integration): extend sharing tests (tables#2149)](https://github.com/nextcloud/tables/pull/2149) + ## 0.8.8 ### Other diff --git a/appinfo/info.xml b/appinfo/info.xml index 68581b745f..04cc5e491a 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.8 + 0.8.9 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index 4e1fcf2516..15eb2e7523 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "0.8.8", + "version": "0.8.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "0.8.8", + "version": "0.8.9", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 247014cab6..43a946a49d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.8.8", + "version": "0.8.9", "author": "Florian Steffens