diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f78f19fa..7885efccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## Version 1.0.0-alpha04 + +_2020-08-18_ + +* Fixed incorrect `packagingOptions` exclusion. + ## Version 1.0.0-alpha03 _2020-08-16_ diff --git a/README.md b/README.md index e60872e39..c3fb27fdb 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-alpha03" +def flowbinding_version = "1.0.0-alpha04" ``` ### Platform Bindings diff --git a/gradle.properties b/gradle.properties index 474949cd0..087b1a67b 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-alpha04 POM_URL=https://github.com/reactivecircus/FlowBinding POM_SCM_URL=https://github.com/reactivecircus/FlowBinding