From 95626e2c357533f4b62b990e900be4661b7cb8aa Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 26 Feb 2024 12:03:54 +0800 Subject: [PATCH 1/2] Change log for 1.21.7 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e119d0bec01f4..d382a6f71408d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ This changelog goes through all 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.21.7](https://github.com/go-gitea/gitea/releases/tag/1.21.7) - 2024-02-26 + +* ENHANCEMENTS + * Users with `read` permission of pull requests can be assigned too (#27263) (#29372) +* BUGFIXES + * Do not double close reader (#29354) (#29370) + * Display friendly error message (#29105) (#29363) + * Fix project counter in organization/individual profile (#28068) (#29361) + * Fix validity of the FROM email address not being checked (#29347) (#29360) + * Fix tarball/zipball download bug (#29342) (#29352) +* DOCS + * Adjust changelog for v1.21.6 to move prs to correct labels (#29339) + * Docker Tag Information in Docs (#29047) (#29362) +* MISC + * Enforce maxlength in frontend (#29389) (#29396) + ## [1.21.6](https://github.com/go-gitea/gitea/releases/tag/v1.21.6) - 2024-02-22 * SECURITY From 27297386b8947f1407289c29487b42ef5bb07d87 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 26 Feb 2024 15:32:11 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: wxiaoguang --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d382a6f71408d..b86da81a4d39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Fix validity of the FROM email address not being checked (#29347) (#29360) * Fix tarball/zipball download bug (#29342) (#29352) * DOCS - * Adjust changelog for v1.21.6 to move prs to correct labels (#29339) * Docker Tag Information in Docs (#29047) (#29362) * MISC * Enforce maxlength in frontend (#29389) (#29396)