diff --git a/CHANGELOG.md b/CHANGELOG.md index a97464b..96e47c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Change Log -Version 0.3.0 *(In development)* --------------------------------- +Version 0.3.0 *(2018-03-13)* +---------------------------- + +- Add MavenCentral badge. [\#18](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/18) ([johnjohndoe](https://github.com/johnjohndoe)) +- Update ktlint to 0.19.0 [\#17](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/17) ([vanniktech](https://github.com/vanniktech)) +- Add AppVeyor. [\#16](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/16) ([vanniktech](https://github.com/vanniktech)) +- Fix Gradle task on Linux and add integration test. [\#14](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/14) ([vanniktech](https://github.com/vanniktech)) +- Adding Windows support [\#10](https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/pull/10) ([Thunderforge](https://github.com/Thunderforge)) Version 0.2.0 *(2018-03-07)* ---------------------------- diff --git a/README.md b/README.md index bf6486f..eb1d833 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.2.0" + classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.3.0" } } diff --git a/gradle.properties b/gradle.properties index 8d1292d..dc64c8f 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.vanniktech -VERSION_NAME=0.3.0-SNAPSHOT +VERSION_NAME=0.3.0 POM_ARTIFACT_ID=gradle-dependency-graph-generator-plugin POM_NAME=Gradle Graph Generator Plugin