Skip to content

Commit

Permalink
Update CHANGELOG for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Mar 7, 2018
1 parent e9de9bf commit 48a9d3a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.4.0 (2018-03-07)

### Features

- Support enable/disable user account

### Bug Fixes

- Fix potential memory leak

### Other Notes

- Update error code list
- Change func name and args for consistency for sso unlinkOAuthProvider api
- Upgrade gradle to version 4
- Supports various argument classes for callLambdaFunction
- Add checkstyle lint checking

## 1.3.1 (2018-02-01)

### 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.3.1"
def skygearVersion = "1.4.0"

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

0 comments on commit 48a9d3a

Please sign in to comment.