diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61158a114..1c5cb21f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@
-->
# Changelog
+## 9.0.1
+
+### Fixed
+- Node cannot be found when within group folder by @blizzz in [#5081](https://github.com/nextcloud/richdocuments/pull/5081)
+- Delete template source after initial token is generated for guest users by @kaiyou in [#5077](https://github.com/nextcloud/richdocuments/pull/5077)
+
+### Other
+- Run Cypress on stable32 server version by @elzody in [#5078](https://github.com/nextcloud/richdocuments/pull/5078)
+- NPM audits
+- Dependency updates
+
## 9.0.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 54a40b5bb..7451e0453 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
- 9.0.0
+ 9.0.1
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
diff --git a/package-lock.json b/package-lock.json
index 94ff4c0db..2a435dd7e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "richdocuments",
- "version": "9.0.0",
+ "version": "9.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
- "version": "9.0.0",
+ "version": "9.0.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.5.2",
diff --git a/package.json b/package.json
index e0cdad9be..60c6364f1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "9.0.0",
+ "version": "9.0.1",
"authors": [
{
"name": "Julius Härtl",