Skip to content

Commit

Permalink
Update CHANGELOG for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Jan 21, 2019
1 parent d8c4d2b commit c7cf8f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion skygear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7cf8f0

Please sign in to comment.