diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fa30a4..fb52bd77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.12.0 / 2017-12-15 + +* [FEATURE] package amtool in docker container (#1127) +* [FEATURE] Add notify support for Chinese User wechat (#1059) +* [FEATURE] [amtool] Add a new `silence import` command (#1082) +* [FEATURE] [amtool] Add new command to update silence (#1123) +* [FEATURE] [amtool] Add ability to query for silences that will expire soon (#1120) +* [ENHANCEMENT] Template source field in PagerDuty alert payload (#1117) +* [ENHANCEMENT] Add footer field for slack messages (#1141) +* [ENHANCEMENT] Add Slack additional "fields" to notifications (#1135) +* [ENHANCEMENT] Adding check for webhook's URL formatting (#1129) +* [ENHANCEMENT] Let the browser remember the creator of a silence (#1112) +* [BUGFIX] Fix race in stopping inhibitor (#1118) +* [BUGFIX] Fix browser UI when entering negative duration (#1132) + ## 0.11.0 / 2017-11-16 * [CHANGE] Make silence negative filtering consistent with alert filtering (#1095) diff --git a/VERSION b/VERSION index d9df1bbc..ac454c6a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 +0.12.0