Skip to content

Commit

Permalink
Update CHANGELOG for 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lei committed Aug 23, 2018
1 parent 5d6f6d8 commit 53ae4b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.2 (2018-07-23)

### Bug Fixes

- Add asset too large error code
- Add verification required error code
## 1.6.0 (2018-06-28)

### Features
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.0"
def skygearVersion = "1.6.2"

group = 'io.skygear'
version = skygearVersion
Expand Down

0 comments on commit 53ae4b7

Please sign in to comment.