diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0545bc..09f972de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## Version 1.16.0 + +_2021-05-30_ + +* Fix `clickTextInputLayoutErrorIcon(viewId)` and `longClickTextInputLayoutErrorIcon(viewId)`. +* Kotlin 1.5.10. +* Coroutines 1.5.0. +* Update AndroidX. + ## Version 1.15.0 _2021-02-26_ diff --git a/gradle.properties b/gradle.properties index 2c704863..d8e7e17c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.blueprint -VERSION_NAME=1.16.0-SNAPSHOT +VERSION_NAME=1.16.0 POM_URL=https://github.com/reactivecircus/blueprint POM_SCM_URL=https://github.com/reactivecircus/blueprint