diff --git a/CHANGELOG.md b/CHANGELOG.md index 101b9e3..f4aeae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Change Log -Version 0.10.0 *(In development)* ---------------------------------- +Version 0.10.0 *(2017-10-08)* +----------------------------- + +- Update JUnit Jacoco Gradle Plugin to 0.9.0 [\#96](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/96) ([vanniktech](https://github.com/vanniktech)) +- Generate csv reports [\#95](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/95) ([alexrwegener](https://github.com/alexrwegener)) +- Remove deprecated method calls [\#94](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/94) ([vRallev](https://github.com/vRallev)) Version 0.9.0 *(2017-09-12)* ---------------------------- diff --git a/README.md b/README.md index a2b69f0..bb219fa 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.9.0' + classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.10.0' } } diff --git a/gradle.properties b/gradle.properties index 36467a3..3d7fac3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.vanniktech -VERSION_NAME=0.10.0-SNAPSHOT +VERSION_NAME=0.10.0 POM_ARTIFACT_ID=gradle-android-junit-jacoco-plugin POM_NAME=Gradle Android Jacoco Plugin