diff --git a/CHANGELOG b/CHANGELOG
index a503cc3..1790ce0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -204,3 +204,16 @@
[1.8.1]
* Update Gitea to 1.6.1
+[1.8.2]
+* Update Gitea to 1.6.2
+* SECURITY
+ * Sanitize uploaded file names (#5571) (#5573)
+ * HTMLEncode user added text (#5570) (#5575)
+* BUGFIXES
+ * Fix indexer reindex bug when gitea restart (#5563) (#5564)
+ * Fix bug when a read perm user to edit his issue (#5516) (#5534)
+ * Detect force push failure on deletion of protected branches (#5522) (#5531)
+ * Fix forgot deletion of notification when delete repository (#5506) (#5514)
+ * Fix undeleted content when deleting user (#5429) (#5509)
+ * Fix empty wiki (#5504) (#5508)
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index a1844b3..3da70b3 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.1",
+ "version": "1.8.2",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 0acf5be..9379e69 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Gitea 1.6.1
+This app packages Gitea 1.6.2
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.