aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-09-08 13:34:48 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-09-08 13:36:41 +0300
commit902be6687a5c8302397a0c7697b62e83531b0858 (patch)
treee4f1ea48d037faca62928e146e4118d6fd8a1f6a
parentcdef13254a2bd5c104ddbb392545828879865c16 (diff)
downloadbbprb-0.3.0.tar.gz
Version 0.3.00.3.0
-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>