diff --git a/CHANGELOG b/CHANGELOG
index 09b24b1..2e6b766 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -228,3 +228,6 @@
* When redirecting clean the path to avoid redirecting to external site (#5669) (#5703)
* Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715)
+[1.9.0]
+* Update Gitea to 1.7.0
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 022f261..ea121d0 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.8.4",
+ "version": "1.9.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index adf84f3..cf0fd09 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Gitea 1.6.4
+This app packages Gitea 1.7.0
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.