diff --git a/CHANGELOG.md b/CHANGELOG.md
index af5ecf08c..96b44c1d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,12 @@ Types of changes:
- *Fixed* for any bug fixes.
- *Security* in case of vulnerabilities.
+## 5.0.2
+
+### Changes
+
+* [chore: escape inline markdown content (notes#1908)](https://github.com/nextcloud/notes/pull/1908)
+
## 5.0.1
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7f5fa5ad1..266355dea 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
Distraction-free notes and writing
- 5.0.1
+ 5.0.2
agpl
Kristof Hamann
Bernhard Posselt
diff --git a/package-lock.json b/package-lock.json
index 8376e12f3..11ec89fae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "notes",
- "version": "5.0.1",
+ "version": "5.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "notes",
- "version": "5.0.1",
+ "version": "5.0.2",
"license": "agpl",
"dependencies": {
"@nextcloud/axios": "^2.6.0",
diff --git a/package.json b/package.json
index dad41d05b..74bc11b50 100644
--- a/package.json
+++ b/package.json
@@ -54,5 +54,5 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
- "version": "5.0.1"
+ "version": "5.0.2"
}