diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f849fc641..278fbf7533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ # Changelog +## v1.1.0 + +### Fixed +* [[stable1.0] apply remove share for users/teams/groups by @backportbot[bot] (tables#2800)](https://github.com/nextcloud/tables/pull/2800) +* [[stable1.0] fix public share by @samin-z (tables#2869)](https://github.com/nextcloud/tables/pull/2869) +* [[stable1.0] fix: add validation for columnDto by @backportbot[bot] (tables#2715)](https://github.com/nextcloud/tables/pull/2715) + ## v1.0.9 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 867b6f988e..541caf368b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ Share your tables and views with users and groups within your cloud. Have a good time and manage whatever you want. ]]> - 1.0.9 + 1.0.10 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index aff1e00ae6..d952cc0a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "1.0.9", + "version": "1.0.10", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 3db6103935..5a2f7d4ab8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "1.0.9", + "version": "1.0.10", "author": "Florian Steffens