diff --git a/build.gradle b/build.gradle index 9aacf48d71..4b8f9b5c43 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ plugins { id 'java-platform' id 'maven-publish' id "org.sonarqube" version "3.0" - id "org.scm-manager.changelog" version "0.1.4" + id "org.scm-manager.changelog" version "0.1.5" } changelog { diff --git a/gradle/changelog/modificatsions_for_multiple_revisions.yaml b/gradle/changelog/modificatsions_for_multiple_revisions.yaml index 6bac43b634..44322fca69 100644 --- a/gradle/changelog/modificatsions_for_multiple_revisions.yaml +++ b/gradle/changelog/modificatsions_for_multiple_revisions.yaml @@ -1,2 +1,2 @@ - type: Added - description: "Base" revision in modificatsions command to compute modifications between revisions ([#1761](https://github.com/scm-manager/scm-manager/pull/1761)) + description: Base revision in modificatsions command to compute modifications between revisions ([#1761](https://github.com/scm-manager/scm-manager/pull/1761))