diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a828efdd..dff93fb7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,13 @@ Types of changes:
- *Fixed* for any bug fixes.
- *Security* in case of vulnerabilities.
+## 4.10.1
+
+### Fixed
+
+- fix: Bring back shared notes folder if a user manually selected it [#1327](https://github.com/nextcloud/notes/pull/1327)
+- fix: Switch to vue-frag instead of vue-fragment to avoid errors during delete [#1326](https://github.com/nextcloud/notes/pull/1326)
+
## 4.10.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d05793d14..f8e831a7b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
- 4.10.0
+ 4.10.1
agpl
Kristof Hamann
Bernhard Posselt
diff --git a/package.json b/package.json
index 64651158f..7e2328210 100644
--- a/package.json
+++ b/package.json
@@ -46,5 +46,5 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
- "version": "4.10.0"
+ "version": "4.10.1"
}
\ No newline at end of file