diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4dd44f6..08a6de0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Change Log +## 1.0.0 + +This is our first stable release! Thanks everyone for using FlowBinding, reporting bugs, providing feedback and sending PRs. + +### Changed +- Update to Kotlin 1.4.10. +- Update to Coroutines 1.4.2. +- Update to AndroidX Navigation 2.3.2. +- Update to AndroidX Lifecycle 2.3.0-rc01. + ## 1.0.0-beta02 ### Changed - Convert all custom event types to data class. -- Update to AndroidX Navigation 2.3.1. +- Update to AndroidX Navigation 2.3.2. - Update to Coroutines 1.4.0. ## 1.0.0-beta01 diff --git a/README.md b/README.md index 2343b2a9a..acfe1de57 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Dependencies are hosted on [Maven Central][maven-central]. Latest version: ```groovy -def flowbinding_version = "1.0.0-beta02" +def flowbinding_version = "1.0.0" ``` ### Platform Bindings diff --git a/gradle.properties b/gradle.properties index 2522fbbf4..ac6302788 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 POM_URL=https://github.com/reactivecircus/FlowBinding POM_SCM_URL=https://github.com/reactivecircus/FlowBinding