diff --git a/CHANGELOG.md b/CHANGELOG.md index b01a462..7c11a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.7.0 (2019-01-21) + +### Features + +- Support FCM (#254) + +### Other Notes + +- Update request timeout to 60s to align with iOS SDK + + ## 1.6.4 (2018-10-05) ### Other Notes diff --git a/skygear/build.gradle b/skygear/build.gradle index 4b2562a..560043e 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.6.4" +def skygearVersion = "1.7.0" group = 'io.skygear' version = skygearVersion