From 32611238c74406c0b58938fdf5ceabb2fee7f3f8 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sun, 22 Jan 2023 19:48:06 -0600 Subject: [PATCH 1/2] chore: changelog 1.18.3 Signed-off-by: jolheiser --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5920173208d..4eca6b0d7e678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.io). +## [1.18.3](https://github.com/go-gitea/gitea/releases/tag/v1.18.3) - 2023-01-22 + +* SECURITY + * Prevent multiple `To` recipients (#22566) (#22569) +* BUGFIXES + * Truncate commit summary on repo files table. (#22551) (#22552) + * Mute all links in issue timeline (#22534) + ## [1.18.2](https://github.com/go-gitea/gitea/releases/tag/v1.18.2) - 2023-01-19 * BUGFIXES From b67aa10008466667d6da9d5c414fd5b316019608 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Mon, 23 Jan 2023 07:05:29 -0600 Subject: [PATCH 2/2] review: date Co-authored-by: delvh --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eca6b0d7e678..8f9bb3f4cdf27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.io). -## [1.18.3](https://github.com/go-gitea/gitea/releases/tag/v1.18.3) - 2023-01-22 +## [1.18.3](https://github.com/go-gitea/gitea/releases/tag/v1.18.3) - 2023-01-23 * SECURITY * Prevent multiple `To` recipients (#22566) (#22569)