Skip to content

Commit 2e1a71f

Browse files
zeripathrichmahn
authored and
Stelios Malathouras
committedMar 28, 2022
Changelog for 1.15.10 (go-gitea#18274) (go-gitea#18276)
* Changelog for 1.15.10 (go-gitea#18274) [1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14 * BUGFIXES * Fix inconsistent PR comment counts (go-gitea#18260) (go-gitea#18261) * Fix release link broken (go-gitea#18252) (go-gitea#18253) * Fix update user from site administration page bug (go-gitea#18250) (go-gitea#18251) * Set HeadCommit when creating tags (go-gitea#18116) (go-gitea#18173) * Use correct translation key for error messages due to max repo limits (go-gitea#18135 & go-gitea#18153) (go-gitea#18152) * Fix purple color in suggested label colors (go-gitea#18241) (go-gitea#18242) * SECURITY * Bump mermaid from 8.10.1 to 8.13.8 (go-gitea#18198) (go-gitea#18206) * update docs/config.yaml Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: Richard Mahn <[email protected]>
1 parent ab1707e commit 2e1a71f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7+
## [1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14
8+
9+
* BUGFIXES
10+
* Fix inconsistent PR comment counts (#18260) (#18261)
11+
* Fix release link broken (#18252) (#18253)
12+
* Fix update user from site administration page bug (#18250) (#18251)
13+
* Set HeadCommit when creating tags (#18116) (#18173)
14+
* Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152)
15+
* Fix purple color in suggested label colors (#18241) (#18242)
16+
* SECURITY
17+
* Bump mermaid from 8.10.1 to 8.13.8 (#18198) (#18206)
18+
719
## [1.15.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-30
820

921
* BUGFIXES

‎docs/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ params:
1818
description: Git with a cup of tea
1919
author: The Gitea Authors
2020
website: https://docs.gitea.io
21-
version: 1.15.9
21+
version: 1.15.10
2222
minGoVersion: 1.16
2323
goVersion: 1.17
2424
minNodeVersion: 12.17

0 commit comments

Comments
 (0)
Please sign in to comment.