diff --git a/CHANGELOG b/CHANGELOG
index 23d7595..bb00b6a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -473,3 +473,7 @@
* Fix commit between two commits calculation if there is only last commit (#10225) (#10226)
* Only check for conflicts/merging if the PR has not been merged in the interim (#10132) (#10206)
* Blacklist manifest.json & milestones user (#10292) (#10293)
+
+[1.15.2]
+* Update Gitea to 1.11.2
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 01de712..36a6c43 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
- "version": "1.15.1",
+ "version": "1.15.2",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index aff65d1..2cd8016 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Gitea 1.11.1
+This app packages Gitea 1.11.2
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.