diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c11a9c..d42439d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.7.1 (2019-02-22) + +### Bug Fixes + +- Fix fail to call lambda without arguments #276 + ## 1.7.0 (2019-01-21) ### Features diff --git a/skygear/build.gradle b/skygear/build.gradle index 560043e..2d6cf02 100644 --- a/skygear/build.gradle +++ b/skygear/build.gradle @@ -20,7 +20,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.jfrog.bintray' apply plugin: 'com.github.dcendents.android-maven' -def skygearVersion = "1.7.0" +def skygearVersion = "1.7.1" group = 'io.skygear' version = skygearVersion