Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit ed378f8

Browse files
committed
Update CHANGELOG for v1.7.0
1 parent 2a67bea commit ed378f8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.7.0 (2019-01-21)
2+
3+
### Other notes
4+
5+
- Add tcp keepalive option for APNS connection
6+
- Migrate to FCM from GCM for android push notification SkygearIO/skygear-SDK-Android#254
7+
8+
19
## 1.6.3 (2018-11-13)
210

311
### Bug Fixes

pkg/server/skyversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package skyversion
1616

1717
// This will be overwrite on build time.
18-
var version = "v1.6.3"
18+
var version = "v1.7.0"
1919

2020
// Version returns the version of Skygear
2121
func Version() string {

0 commit comments

Comments
 (0)