diff --git a/CHANGELOG.md b/CHANGELOG.md
index 727a996dd..cffe4ed4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,15 @@ Types of changes:
- *Fixed* for any bug fixes.
- *Security* in case of vulnerabilities.
+## 4.8.1
+
+### Fixed
+
+- fix: Check for the notes app version for editor hint @juliushaertl [#1077](https://github.com/nextcloud/notes/pull/1077)
+- Fix autotitle and save status @juliushaertl [#1078](https://github.com/nextcloud/notes/pull/1078)
+- Update depenencies
+
+
## 4.8.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9af58d0ab..5cf1d1175 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 4.8.0
+ 4.8.1
agpl
Kristof Hamann
Bernhard Posselt
diff --git a/package.json b/package.json
index d8019fd1c..f6659ddac 100644
--- a/package.json
+++ b/package.json
@@ -45,5 +45,5 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
- "version": "4.8.0"
-}
+ "version": "4.8.1"
+}
\ No newline at end of file