diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e350480c..ccaa37bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.2.0 + +### Added +- New bindings for `NavigationBarView` which works with both `BottomNavigationView` and the new `NavigationRailView`, deprecate bindings on `BottomNavigationView`. + +### Changed +- Kotlin 1.5.20 +- Material Components 1.4.0 +- AndroidX Core 1.6.0 +- AndroidX Fragment 1.3.5 + ## 1.1.0 ### Added diff --git a/README.md b/README.md index 4d3779a96..a3391715e 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.1.0" +def flowbinding_version = "1.2.0" ``` ### Platform Bindings diff --git a/gradle.properties b/gradle.properties index e2fb8d4a2..6da3c8c14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.flowbinding -VERSION_NAME=1.2.0-SNAPSHOT +VERSION_NAME=1.2.0 POM_URL=https://github.com/reactivecircus/FlowBinding POM_SCM_URL=https://github.com/reactivecircus/FlowBinding