From 146cc3eec57174711eac0e0a0c7b38670c6e3922 Mon Sep 17 00:00:00 2001 From: bircni Date: Sat, 29 Aug 2026 18:52:11 +0200 Subject: [PATCH] docs: fix the date in the changelog (#39166) Signed-off-by: bircni --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ece1817ef..10de011d944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.27.3](https://github.com/go-gitea/gitea/releases/tag/v1.27.3) - 2026-XX-XX +## [1.27.3](https://github.com/go-gitea/gitea/releases/tag/v1.27.3) - 2026-08-29 * SECURITY * fix(packages): restrict/limited/token-scope access (#39041, #39043, #39044, #39047, #39046) (#39058)