From 9f676d0baeb53a9d98fc8d32faa8c313f94606f7 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 5 Feb 2025 20:13:25 -0800 Subject: [PATCH 1/2] Add changelog for 1.23.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329b6b5feaba8..0ac651be35be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This changelog goes through the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.com). +## [1.23.3](https://github.com/go-gitea/gitea/releases/tag/1.23.2) - 2025-02-05 + +* Security + Build Gitea with Golang v1.23.6 to fix security bugs +* BUGFIXES + * Fix a bug caused by status webhook template #33512 + ## [1.23.2](https://github.com/go-gitea/gitea/releases/tag/1.23.2) - 2025-02-04 * BREAKING From 5c2bf2e09e0daf30f92279612e59ba9aabf1a4c7 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 5 Feb 2025 23:14:57 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac651be35be1..e04da654a97ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). ## [1.23.3](https://github.com/go-gitea/gitea/releases/tag/1.23.2) - 2025-02-05 * Security - Build Gitea with Golang v1.23.6 to fix security bugs + * Build Gitea with Golang v1.23.6 to fix security bugs * BUGFIXES * Fix a bug caused by status webhook template #33512