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 3e89a97 commit 25fba2d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 1.5.0 (2018-04-23)

### Features

- Implement request verification and submit code

### Bug Fixes

- Fix reset password expireAt parameter

### Other Notes

- Improve auth container response handling
- Pin lizard version because 1.14.9 cannot be installed
- Add typing to SKYRecord
- Move record storage to its own extension
- Add admin prefix to disable/enable user functions
- Return error if API endpoint is not configured
- Fix assorted compiler warnings

## 1.4.0 (2018-03-07)

### 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.4.0"
#define SKY_VERSION @"1.5.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.4.0"
s.version = "1.5.0"
s.summary = "iOS SDK for Skygear"
s.description = <<-DESC
This is the client library for Skygear backend.
Expand Down

0 comments on commit 25fba2d

Please sign in to comment.