aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md10
-rw-r--r--pom.xml2
2 files changed, 11 insertions, 1 deletions
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 @@
</parent>
<artifactId>bbprb</artifactId>
<name>Bitbucket Pullrequest Builder Plugin</name>
- <version>0.2.0</version>
+ <version>0.3.0</version>
<description>This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.</description>
<packaging>hpi</packaging>
<url></url>