diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bcf0b698..1eb324ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ # Changelog +## 0.8.2 + +### Fixed + +* [[stable0.8] fix and improve detection and import of ods, xlsx and csv documents (tables#1478)](https://github.com/nextcloud/tables/pull/1478) +* [[stable0.8] enh: use tiptap's editor to render HTML (tables#1489)](https://github.com/nextcloud/tables/pull/1489) +* [[stable0.8] fix return status in a few cases and add integration tests against content modification through Applications (tables#1423)](https://github.com/nextcloud/tables/pull/1423) + +### Dependencies + +* [[stable0.8] Fix npm audit (tables#1475)](https://github.com/nextcloud/tables/pull/1475) + +### Other +* [[stable0.8] build(dev-deps): update phpunit for PHP 8.4 compat (tables#1479)](https://github.com/nextcloud/tables/pull/1479) + ## 0.8.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index f75600b31..2f7caec2a 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.1 + 0.8.2 agpl Florian Steffens Tables diff --git a/package.json b/package.json index 078da30d5..3843c0f0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.8.1", + "version": "0.8.2", "author": "Florian Steffens