Merge pull request #851 from mxinden/release-0.7

Add status api change to changelog
This commit is contained in:
Frederic Branczyk 2017-06-08 15:34:21 +02:00 committed by GitHub
commit 14755ed362
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
## 0.7.0 / 2017-06-08
* [CHANGE] Rewrite UI from scratch improving UX
* [CHANGE] Rename `config` to `configYAML` on `api/v1/status`
* [FEATURE] Add ability to update a silence on `api/v1/silences` POST endpoint (See #765)
* [FEATURE] Return alert status on `api/v1/alerts` GET endpoint
* [FEATURE] Serve silence state on `api/v1/silences` GET endpoint