diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-03-11 11:09:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 23:09:56 -0400 |
commit | 01587253879aace45c3295ec8841ee648509cadd (patch) | |
tree | b5eddfafe70291421370fad580810c2a65565db8 | |
parent | f3cacf13322d869dd7c6146ff58774ba8e27040c (diff) | |
download | gitea-01587253879aace45c3295ec8841ee648509cadd.tar.gz gitea-01587253879aace45c3295ec8841ee648509cadd.zip |
Changelog for v1.10.6 (#10699) (#10709)
* 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>
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 b0b706a6b4..47ee76288d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -519,6 +519,12 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Update CodeMirror to version 5.49.0 (#8381) * Wiki editor: enable side-by-side button (#7242) +## [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 |