Skip to content

Commit

Permalink
Update CHANGELOG for 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Feb 22, 2019
1 parent fdb9736 commit fa472fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
## 1.7.0 (2019-01-21)
## 1.7.1 (2019-02-22)

### Bug Fixes

- Clear up websocket state when socket closed (#243)
- Fix `saveRecord` always upload the assets again even they are uploaded #245

### Other Notes

- Add _Nullable annotation to SKYRecord setObject #244

## 1.7.0 (2019-01-21)

### Bug Fixes

- Clear up websocket state when socket closed (#243)

## 1.6.4 (2018-11-12)

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.7.0"
#define SKY_VERSION @"1.7.1"

#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.7.0"
s.version = "1.7.1"
s.summary = "iOS SDK for Skygear"
s.description = <<-DESC
This is the client library for Skygear backend.
Expand Down

0 comments on commit fa472fe

Please sign in to comment.