Skip to content

Commit

Permalink
Update CHANGELOG for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Apr 23, 2018
1 parent d733bf3 commit 8c3955c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.5.0 (2018-04-23)

### Features

- Implement request verification and submit code

### Bug Fixes

- resetPassword API bug fix, change expireAt from Date to long
- Fix JSON serialization error of auth_data in signup and login api which
happen in Android API version <= 18
- Should allow `JSONObject.NULL` in lambda arguments

### Other Notes

- Add admin prefix to disable/enable user methods
- Remove default endpoint in container
- Count support in query #211

## 1.4.1 (2018-03-09)

### 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.4.1"
def skygearVersion = "1.5.0"

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

0 comments on commit 8c3955c

Please sign in to comment.