From 902be6687a5c8302397a0c7697b62e83531b0858 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 8 Sep 2018 13:34:48 +0300 Subject: Version 0.3.0 --- ChangeLog.md | 10 ++++++++++ pom.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b526b27..1a09818 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,13 @@ +0.3.0 (! BREAKING !) +=================== + + * Made it work with the [Rebuild Plugin](https://wiki.jenkins.io/display/JENKINS/Rebuild+Plugin). + * Job configurations have to be changed. Updated documentation. + * Require Jenkins 2.60+. + * Cancel outdated jobs by default. + * Removed dead code from the Bitbucket API client. + + 0.2.0 ===== diff --git a/pom.xml b/pom.xml index 8be3790..584970b 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ bbprb Bitbucket Pullrequest Builder Plugin - 0.2.0 + 0.3.0 This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results. hpi -- cgit v1.2.3