Skip to content

Commit

Permalink
Merge pull request #190 from tstromberg/v1.2.1
Browse files Browse the repository at this point in the history
Version bump to v1.2.1
  • Loading branch information
tstromberg committed Jul 18, 2020
2 parents ea9844c + 4e9f5e6 commit 77e0733
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## Version 1.2.1 - 2020-07-17

* Return stale results if GitHub cannot be queried [#189](https://github.com/google/triage-party/pull/189)
* Fix Kanban ETA estimation, add ETA for non-milestone pages [#188](https://github.com/google/triage-party/pull/188)
* Automatically pick a contrasting label text color [#187](https://github.com/google/triage-party/pull/187)

## Version 1.2.0 - 2020-07-14

* Don't block page-loads if missing content, add healthz [#175](https://github.com/google/triage-party/pull/175)
Expand Down
2 changes: 1 addition & 1 deletion pkg/site/site.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
)

// VERSION is what version of Triage Party we advertise as.
const VERSION = "v1.2.0"
const VERSION = "v1.2.1"

var (
nonWordRe = regexp.MustCompile(`\W`)
Expand Down

0 comments on commit 77e0733

Please sign in to comment.