Cut release 1.9.0

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2020-12-16 20:46:50 +01:00
parent 8d16199dea
commit 80ca9cdc4e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 1.9.0 / 2020-12-17
* [FEATURE] `NewPidFileFn` helper to create process collectors for processes whose PID is read from a file. #804
* [BUGFIX] promhttp: Prevent endless loop in `InstrumentHandler...` middlewares with invalid metric or label names. #823
## 1.8.0 / 2020-10-15
* [CHANGE] API client: Use `time.Time` rather than `string` for timestamps in `RuntimeinfoResult`. #777

View File

@ -1 +1 @@
1.8.0
1.9.0