diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b30166b7..cdc188c5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ # Changelog + + + +## 0.8.5 + +### Fixed + +* [[stable0.8] Fix npm audit (tables#1618)](https://github.com/nextcloud/tables/pull/1618) +* [[stable0.8] fix(Import): DateTime import fixes (tables#1622)](https://github.com/nextcloud/tables/pull/1622) +* [[stable0.8] enh: escape CSV values (tables#1687)](https://github.com/nextcloud/tables/pull/1687) + +### Other + +* [[stable0.8] ci: add summaries for cypress and integration tests (tables#1663)](https://github.com/nextcloud/tables/pull/1663) +* [Build: revert dependencies to last state with green ci (tables#1697)](https://github.com/nextcloud/tables/pull/1697) +* Dependency updates + ## 0.8.4 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 4ba26d1a3d..41b2cc9e09 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.4 + 0.8.5 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index a4a0feefdc..7cee543f87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "0.8.4", + "version": "0.8.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "0.8.4", + "version": "0.8.5", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 2fa55bf1d3..e2b4d088bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.8.4", + "version": "0.8.5", "author": "Florian Steffens