From 4d876ab1c8f2bca3bdbfa9091821267ade938bf3 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 11 Mar 2020 01:09:54 +0800 Subject: [PATCH] Changelog for v1.10.6 (#10699) * Changelog for v1.10.6 * Add warnning * Apply suggestions from code review Co-Authored-By: John Olheiser Co-authored-by: John Olheiser --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1ebb121..6de71515b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.10.6](https://github.com/go-gitea/gitea/releases/tag/v1.10.6) - 2020-03-10 + +This is a re-tag version of v1.10.5 and also explicitly built with Go 1.13. + +WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be used. + ## [1.10.5](https://github.com/go-gitea/gitea/releases/tag/v1.10.5) - 2020-03-06 * BUGFIXES