File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ 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.11.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.11.5 ) - 2020-05-08
7
+ ## [ 1.11.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.11.5 ) - 2020-05-09
8
8
9
9
* BUGFIXES
10
+ * Prevent timer leaks in Workerpool and others (#11333 ) (#11340 )
11
+ * Fix tracked time issues (#11349 ) (#11354 )
12
+ * Add NotifySyncPushCommits to indexer notifier (#11309 ) (#11338 )
13
+ * Allow X in addition to x in tasks (#10979 ) (#11335 )
10
14
* When delete tracked time through the API return 404 not 500 (#11319 ) (#11326 )
11
15
* Prevent duplicate records in organizations list when creating a repository (#11303 ) (#11325 )
12
16
* Manage port in submodule refurl (#11305 ) (#11323 )
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.11.2
21
+ version : 1.11.5
22
22
23
23
outputs :
24
24
home :
You can’t perform that action at this time.
0 commit comments