From acd4e10990e63f0f81ecb0252b8f5c044cb6df0e Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 21 Jun 2025 03:41:59 +0800 Subject: [PATCH] release of 1.24.2 (#34800) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b090aff6db..e87bec9681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.24.2](https://github.com/go-gitea/gitea/releases/tag/1.24.2) - 2025-06-20 + +* BUGFIXES + * Fix container range bug (#34795) (#34796) + * Upgrade chi to v5.2.2 (#34798) (#34799) +* BUILD + * Bump poetry feature to new url for dev container (#34787) (#34790) + ## [1.24.1](https://github.com/go-gitea/gitea/releases/tag/1.24.1) - 2025-06-18 * ENHANCEMENTS