Skip to content

Commit 37bcf22

Browse files
committed
move SECURITY before BUGFIXES
1 parent 8d054a1 commit 37bcf22

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.changelog.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
repo: go-gitea/gitea
22
groups:
3-
-
3+
-
44
name: BREAKING
55
labels:
66
- kind/breaking
7-
-
7+
-
88
name: FEATURE
99
labels:
1010
- kind/feature
11+
-
12+
name: SECURITY
13+
labels:
14+
- kind/security
1115
-
1216
name: BUGFIXES
1317
labels:
1418
- kind/bug
15-
-
19+
-
1620
name: ENHANCEMENT
1721
labels:
1822
- kind/enhancement
1923
- kind/refactor
2024
- kind/ui
2125
-
22-
name: SECURITY
23-
labels:
24-
- kind/security
25-
-
2626
name: TESTING
2727
labels:
2828
- kind/testing
29-
-
29+
-
3030
name: TRANSLATION
3131
labels:
3232
- kind/translation
33-
-
33+
-
3434
name: BUILD
3535
labels:
3636
- kind/build
3737
- kind/lint
38-
-
38+
-
3939
name: DOCS
4040
labels:
4141
- kind/docs
42-
-
42+
-
4343
name: MISC
44-
default: true
44+
default: true

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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

77
## [1.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17
8+
* SECURITY
9+
* Prevent redirect to Host (#9678) (#9680)
10+
* Hide public repos owned by private orgs (#9609) (#9616)
811
* BUGFIXES
912
* Fix dump non-exist log directory (#9818) (#9820)
1013
* Fix compare (#9808) (#9815)
@@ -14,9 +17,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
1417
* Fix cache problem on dashboard (#9358) (#9703)
1518
* Send tag create and push webhook when release created on UI (#8671) (#9702)
1619
* Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
17-
* SECURITY
18-
* Prevent redirect to Host (#9678) (#9680)
19-
* Hide public repos owned by private orgs (#9609) (#9616)
2020
* MISC
2121
* Never allow an empty password to validate (#9682) (#9684)
2222

0 commit comments

Comments
 (0)