diff --git a/CHANGELOG.md b/CHANGELOG.md index 7041c54804..b4c9afd519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ # Changelog +## 0.9.12 + +### Fixed +* [stable0.9] fix: view filter by @backportbot[bot] in https://github.com/nextcloud/tables/pull/2693 +* [stable0.9] fix public share by @samin-z in https://github.com/nextcloud/tables/pull/2870 + ## 0.9.11 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index dd6c388032..c8fdd8ad02 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. ]]> - 0.9.11 + 0.9.12 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index edf2273be2..15721d4738 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "0.9.11", + "version": "0.9.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "0.9.11", + "version": "0.9.12", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 37496cf7e9..09df2082e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.9.11", + "version": "0.9.12", "author": "Florian Steffens