From b51354ea67f88707c2dbc4a90b36b80f80cfb038 Mon Sep 17 00:00:00 2001
From: Package Updates <package-updates@cloudron.io>
Date: Thu, 6 Feb 2025 09:06:13 +0000
Subject: [PATCH] Update package version to 1.34.2

---
 CHANGELOG.md          | 6 ++++++
 CloudronManifest.json | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e855ff..6f52a29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1690,3 +1690,9 @@
 * Move repo size to sidebar ([#&#8203;33155](https://github.com/go-gitea/gitea/issues/33155))
 * Fix editor markdown not incrementing in a numbered list ([#&#8203;33187](https://github.com/go-gitea/gitea/issues/33187)) [#&#8203;33193](https://github.com/go-gitea/gitea/issues/33193)
 
+[1.34.2]
+* Update gitea to 1.23.3
+* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.23.3)
+* Build Gitea with Golang v1.23.6 to fix security bugs
+* Fix a bug caused by status webhook template #33512
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 48861ef..12f914d 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.34.1",
+  "version": "1.34.2",
   "upstreamVersion": "1.23.3",
   "healthCheckPath": "/explore",
   "httpPort": 3000,