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 4eb181b commit ab9d12a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 1.6.2 (2018-08-23)

### Bug Fixes

- Fix transient objects not be serialized in cached query (#233)
- Add asset too large error code
- Add verification required error code

## 1.6.0 (2018-06-26)

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

#define SKY_VERSION @"1.6.0"
#define SKY_VERSION @"1.6.2"

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

0 comments on commit ab9d12a

Please sign in to comment.