Commit 2e1a71f 2 people authored and committed Mar 28, 2022
1 parent ab1707e commit 2e1a71f Copy full SHA for 2e1a71f
File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ This changelog goes through all the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
6
6
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
+
7
19
## [ 1.15.9] ( https://github.com/go-gitea/gitea/releases/tag/v1.15.9 ) - 2021-12-30
8
20
9
21
* BUGFIXES
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ params:
18
18
description : Git with a cup of tea
19
19
author : The Gitea Authors
20
20
website : https://docs.gitea.io
21
- version : 1.15.9
21
+ version : 1.15.10
22
22
minGoVersion : 1.16
23
23
goVersion : 1.17
24
24
minNodeVersion : 12.17
You can’t perform that action at this time.
0 commit comments