diff --git a/CHANGELOG b/CHANGELOG
index 5f9288a..a503cc3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -201,3 +201,6 @@
[1.8.0]
* Update Gitea to 1.6.0
+[1.8.1]
+* Update Gitea to 1.6.1
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index d75f2ab..a1844b3 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.0",
+ "version": "1.8.1",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index b4d89f3..0acf5be 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Gitea 1.6.0
+This app packages Gitea 1.6.1
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.