diff --git a/CHANGELOG.md b/CHANGELOG.md index c8527e46e..09e915668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## Version 1.0.0-alpha02 + +_2020-06-27_ + +* Fix: Explicitly adding the `flowbinding-common` dependency is no longer required. + ## Version 1.0.0-alpha01 _2020-06-26_ diff --git a/README.md b/README.md index 2b6c40825..a8835ee28 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Dependencies are hosted on [Maven Central][maven-central]. Latest version: ```groovy -def flowbinding_version = "1.0.0-alpha01" +def flowbinding_version = "1.0.0-alpha02" ``` ### Platform Bindings diff --git a/gradle.properties b/gradle.properties index 3609b210a..ef4552308 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.flowbinding -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=1.0.0-alpha02 POM_URL=https://github.com/reactivecircus/FlowBinding POM_SCM_URL=https://github.com/reactivecircus/FlowBinding