diff --git a/CHANGELOG.md b/CHANGELOG.md index 978e729f..006aa85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## Version 0.8.70 (2020-03-03) + * Fix bad versioning - 0.8.7 -> 0.8.70, new snapshot is 0.8.80-SNAPSHOT + + Many thanks to + [@PaulWoitaschek](https://github.com/PaulWoitaschek) + for the code contributions! + ## Version 0.8.7 (2020-03-01) * [#112](https://github.com/jaredsburrows/gradle-license-plugin/pull/112) Fix windows file path * [#114](https://github.com/jaredsburrows/gradle-license-plugin/pull/114) Include Copyright owner/date in HTML license report; show multiple licenses diff --git a/README.md b/README.md index bd54cf94..f909dabd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ buildscript { } dependencies { - classpath 'com.jaredsburrows:gradle-license-plugin:0.8.7' + classpath 'com.jaredsburrows:gradle-license-plugin:0.8.70' } } @@ -39,7 +39,7 @@ buildscript { } dependencies { - classpath 'com.jaredsburrows:gradle-license-plugin:0.8.8-SNAPSHOT' + classpath 'com.jaredsburrows:gradle-license-plugin:0.8.80-SNAPSHOT' } } diff --git a/gradle.properties b/gradle.properties index 3abff46f..728b5af7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.jaredsburrows -VERSION_NAME=0.8.8-SNAPSHOT +VERSION_NAME=0.8.80-SNAPSHOT POM_NAME=Gradle License Plugin POM_ARTIFACT_ID=gradle-license-plugin