diff --git a/CHANGELOG b/CHANGELOG index 3233c7f..3b865c0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +Version 0.7.1 +* Bug: Notify on first success or failure events wasn't taking branches into account (#34). + Version 0.7.0 * Enhancement: Specifying a dedicated room for server events (#33). To keep this backwards compatible, the default build events room will be used if no server events room has been configured. diff --git a/README.md b/README.md index b3e3b27..dee25c5 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ For debugging, add the snippets in [`teamcity-server-log4j.xml`](https://github. # Change log +## Version 0.7.1 +* Bug: Notify on first success or failure events wasn't taking branches into account (#34). + ## Version 0.7.0 * Enhancement: Specifying a dedicated room for server events (#33). To keep this backwards compatible, the default build events room will be used if no server events room has been configured.