diff --git a/CHANGELOG b/CHANGELOG
index edfefa2..f904bcc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -193,3 +193,7 @@
[1.7.1]
* Update Gitea to 1.5.2
+[1.7.2]
+* Update Gitea to 1.5.3
+* Security
+ * Fix remote command execution vulnerability in upstream library (#5177) (#5196)
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 568cd8e..6b6d083 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.7.1",
+ "version": "1.7.2",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 34c56ed..d7636d5 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Gitea 1.5.2
+This app packages Gitea 1.5.3
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.