diff --git a/CHANGELOG.md b/CHANGELOG.md index e176e253..df8c146c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 0.36.0 (unreleased) +## 0.37.0 (unreleased) + +## 0.36.0 (2019-12-22) + + * include plugin classes as a jar [JENKINS-54064](https://issues.jenkins-ci.org/browse/JENKINS-54064) - [PR #123](https://github.com/jenkinsci/gradle-jpi-plugin/pull/123) + * fix use of deprecated properties in Gradle 6.0 - [PR #124](https://github.com/jenkinsci/gradle-jpi-plugin/pull/124) ## 0.35.0 (2019-11-22) diff --git a/README.md b/README.md index 96e4c512..4c70b548 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add the following to your build.gradle: ```groovy plugins { - id 'org.jenkins-ci.jpi' version '0.35.0' + id 'org.jenkins-ci.jpi' version '0.36.0' } group = 'org.jenkins-ci.plugins' diff --git a/gradle.properties b/gradle.properties index 5a1ab592..48168cb7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.36.0-SNAPSHOT +version=0.36.0