diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1faa6..76eec92 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/Pod/Classes/SKYKit+version.h b/Pod/Classes/SKYKit+version.h index f94b7cc..7052afd 100644 --- a/Pod/Classes/SKYKit+version.h +++ b/Pod/Classes/SKYKit+version.h @@ -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 */ diff --git a/SKYKit.podspec b/SKYKit.podspec index 7575506..6ae4ed8 100644 --- a/SKYKit.podspec +++ b/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.