From 489f627c125c742de13f6fa69f5b51c0841a354d Mon Sep 17 00:00:00 2001 From: parautenbach Date: Sun, 12 Oct 2014 20:10:46 +0200 Subject: [PATCH] Release v0.8.0 (for TeamCity v8.1.5). --- CHANGELOG | 12 ++++++------ README.md | 7 +++++++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index feee896..3f0e4b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,9 @@ -Version 0.8.0 (prep) -* linked first notify check boxes to parent -* branch filters -* template validation before saving configuration -* stand-alone hipchat server support -* server room id config bug +Version 0.8.0 +* Bug: Syntax check templates before saving configuration (#39). +* Bug: Server room ID wasn't loaded from config during plugin initialisation. +* Feature: Specify a branch filter for which events must be triggered (#38). +* Feature: Support for testing against a stand-alone HipChat server by bypassing the SSL certificate check (#36). +* Enhancement: Linked the notify on first event check boxes to their parent check boxes. Version 0.7.2 * Update: Recently released HipChat client went accord with API changes. This is an update to work against the new API (#35). diff --git a/README.md b/README.md index b83102c..40c68cf 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ For debugging, add the snippets in [`teamcity-server-log4j.xml`](https://github. # Change log +## Version 0.8.0 +* Bug: Syntax check templates before saving configuration (#39). +* Bug: Server room ID wasn't loaded from config during plugin initialisation. +* Feature: Specify a branch filter for which events must be triggered (#38). +* Feature: Support for testing against a stand-alone HipChat server by bypassing the SSL certificate check (#36). +* Enhancement: Linked the notify on first event check boxes to their parent check boxes. + ## Version 0.7.2 * Update: Recently released HipChat client went accord with API changes. This is an update to work against the new API (#35).