diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e915668..9f78f19fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## Version 1.0.0-alpha03 + +_2020-08-16_ + +* Update to Kotlin 1.4.0 and Coroutines 1.3.9. +* Enable explicit API mode. +* Update AndroidX and Material Components. + ## Version 1.0.0-alpha02 _2020-06-27_ diff --git a/README.md b/README.md index a8835ee28..e60872e39 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-alpha02" +def flowbinding_version = "1.0.0-alpha03" ``` ### Platform Bindings diff --git a/gradle.properties b/gradle.properties index 474949cd0..bce7eb4a8 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-alpha03 POM_URL=https://github.com/reactivecircus/FlowBinding POM_SCM_URL=https://github.com/reactivecircus/FlowBinding