diff --git a/CHANGELOG b/CHANGELOG
index e94e978..04c4392 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -286,3 +286,8 @@
* Fix organization dropdown not being scrollable when using mouse wheel (#5988) (#6246)
* Fix displaying dashboard even if required to change password (#6214) (#6215)
+[1.9.5]
+* Update Gitea to 1.7.5
+* unitTypeCode not being used in accessLevelUnit (#6419) (#6423)
+* ParsePatch function to work with quoted diff --git strings (#6323) (#6332)
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index f0b344e..66de60d 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.9.4",
+ "version": "1.9.5",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index becd049..1be395b 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Gitea 1.7.4
+This app packages Gitea 1.7.5
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.