diff options
author | Lunny Xiao | 2020-03-11 01:09:54 +0800 |
---|---|---|
committer | GitHub | 2020-03-10 17:09:54 +0000 |
commit | 4d876ab1c8f2bca3bdbfa9091821267ade938bf3 (patch) | |
tree | 77bf1f52b53493c2282fe4d4e306fa67b20ed5cc | |
parent | f58715d90313dbffe6429f33a1f314762ce901b7 (diff) |
Changelog for v1.10.6 (#10699)v1.10.6release/v1.10
* Changelog for v1.10.6
* Add warnning
* Apply suggestions from code review
Co-Authored-By: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |