diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81aac23e8..0bcf0b698 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,21 @@
# Changelog
+## 0.8.1
+
+### Fixed
+
+* [fix: check for null in import preview (tables#1410)](https://github.com/nextcloud/tables/pull/1410)
+
+### Dependencies
+
+* [Fix npm audit (tables#1395)](https://github.com/nextcloud/tables/pull/1395)
+
+### Other
+
+* [refactor: Extend Permission Middleware usage and replace deprecated annotations with attributes (tables#1407)](https://github.com/nextcloud/tables/pull/1407)
+* [fix: use unique names for actions upload-artifact (tables#1408)](https://github.com/nextcloud/tables/pull/1408)
+
## 0.8.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 44e0cfee6..f75600b31 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.0
+ 0.8.1
agpl
Florian Steffens
Tables
diff --git a/package-lock.json b/package-lock.json
index f6d8e65bf..13d467401 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tables",
- "version": "0.8.0",
+ "version": "0.8.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tables",
- "version": "0.8.0",
+ "version": "0.8.1",
"license": "agpl",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index b202176e1..078da30d5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
- "version": "0.8.0",
+ "version": "0.8.1",
"author": "Florian Steffens