diff options
author | zeripath <art27@cantab.net> | 2022-01-14 20:02:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 15:02:37 -0500 |
commit | 2b16ca7c773de278ba01f122dc6f9f43d7534c52 (patch) | |
tree | 7c5f01077bcaebd1d9e8b035021622ae59e03a37 /docs | |
parent | 35c3553870e35b2e7cfcc599645791acda6afcef (diff) | |
download | gitea-2b16ca7c773de278ba01f122dc6f9f43d7534c52.tar.gz gitea-2b16ca7c773de278ba01f122dc6f9f43d7534c52.zip |
Changelog for 1.15.10 (#18274) (#18276)
* Changelog for 1.15.10 (#18274)
[1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14
* BUGFIXES
* Fix inconsistent PR comment counts (#18260) (#18261)
* Fix release link broken (#18252) (#18253)
* Fix update user from site administration page bug (#18250) (#18251)
* Set HeadCommit when creating tags (#18116) (#18173)
* Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152)
* Fix purple color in suggested label colors (#18241) (#18242)
* SECURITY
* Bump mermaid from 8.10.1 to 8.13.8 (#18198) (#18206)
* update docs/config.yaml
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Richard Mahn <richmahn@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.yaml b/docs/config.yaml index 8b7ed19785..6f3bacc643 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -18,7 +18,7 @@ params: description: Git with a cup of tea author: The Gitea Authors website: https://docs.gitea.io - version: 1.15.9 + version: 1.15.10 minGoVersion: 1.16 goVersion: 1.17 minNodeVersion: 12.17 |