File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## Version 1.2.1 - 2020-07-17
4
+
5
+ * Return stale results if GitHub cannot be queried [ #189 ] ( https://github.com/google/triage-party/pull/189 )
6
+ * Fix Kanban ETA estimation, add ETA for non-milestone pages [ #188 ] ( https://github.com/google/triage-party/pull/188 )
7
+ * Automatically pick a contrasting label text color [ #187 ] ( https://github.com/google/triage-party/pull/187 )
8
+
3
9
## Version 1.2.0 - 2020-07-14
4
10
5
11
* Don't block page-loads if missing content, add healthz [ #175 ] ( https://github.com/google/triage-party/pull/175 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import (
40
40
)
41
41
42
42
// VERSION is what version of Triage Party we advertise as.
43
- const VERSION = "v1.2.0 "
43
+ const VERSION = "v1.2.1 "
44
44
45
45
var (
46
46
nonWordRe = regexp .MustCompile (`\W` )
You can’t perform that action at this time.
0 commit comments