From 312565e3c27b13d8f5eab07d45c2f1c3d48b5d8f Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 5 Feb 2025 20:32:13 -0800 Subject: [PATCH] Add changelog for 1.23.3 (#33515) Co-authored-by: techknowlogick --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329b6b5feab..e04da654a97 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