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 45c56b1 commit dc2c4e0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.4.0 (2018-03-07)

### Features

- Support enable/disable user account

### Bug Fixes

- Serialise profile when signup

### Other Notes

- Update error code list
- Remove unnecessary config and parameters for SSO
- Improve travis script
- Fix xcpretty with travis exit code
- Support macOS app development and update iOS deployment target
- Expose SKYAccessControl constructor in public headers

## 1.3.1 (2018-01-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/SKYKit+version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
#ifndef SKYKit_version_h
#define SKYKit_version_h

#define SKY_VERSION @"1.3.1"
#define SKY_VERSION @"1.4.0"

#endif /* SKYKit_version_h */
2 changes: 1 addition & 1 deletion SKYKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SKYKit"
s.version = "1.3.1"
s.version = "1.4.0"
s.summary = "iOS SDK for Skygear"
s.description = <<-DESC
This is the client library for Skygear backend.
Expand Down

0 comments on commit dc2c4e0

Please sign in to comment.