Skip to content

Commit fa472fe

Browse files
committed
Update CHANGELOG for 1.7.1
1 parent fdb9736 commit fa472fe

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
## 1.7.0 (2019-01-21)
1+
## 1.7.1 (2019-02-22)
22

33
### Bug Fixes
44

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

7+
### Other Notes
78

9+
- Add _Nullable annotation to SKYRecord setObject #244
10+
11+
## 1.7.0 (2019-01-21)
12+
13+
### Bug Fixes
14+
15+
- Clear up websocket state when socket closed (#243)
816

917
## 1.6.4 (2018-11-12)
1018

Pod/Classes/SKYKit+version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
#ifndef SKYKit_version_h
2121
#define SKYKit_version_h
2222

23-
#define SKY_VERSION @"1.7.0"
23+
#define SKY_VERSION @"1.7.1"
2424

2525
#endif /* SKYKit_version_h */

SKYKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SKYKit"
3-
s.version = "1.7.0"
3+
s.version = "1.7.1"
44
s.summary = "iOS SDK for Skygear"
55
s.description = <<-DESC
66
This is the client library for Skygear backend.

0 commit comments

Comments
 (0)