diff --git a/CHANGELOG.md b/CHANGELOG.md
index 858b0890f3..30fe3d9c77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 8.0.8
+
+### Fixed
+
+- fix: Clear loading timeout when guest name is asked @max-nextcloud [#3444](https://github.com/nextcloud/richdocuments/pull/3444)
+
## 8.0.7
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5c7517ad6c..f819c2ca0f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 8.0.7
+ 8.0.8
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package-lock.json b/package-lock.json
index cce0206572..7fc65119d3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "richdocuments",
- "version": "8.0.0",
+ "version": "8.0.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
- "version": "8.0.0",
+ "version": "8.0.8",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index 365bf52de5..79056100ab 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "8.0.7",
+ "version": "8.0.8",
"authors": [
{
"name": "Julius Härtl",
@@ -82,4 +82,4 @@
],
"globalSetup": "/src/tests/setup.js"
}
-}
\ No newline at end of file
+}