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

Commit fb22873

Browse files
committed
Update CHANGELOG for v0.21.2
1 parent c33d896 commit fb22873

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.21.2 (2017-02-09)
2+
3+
### Bug Fixes
4+
5+
- Fix request context not initialized (#284)
6+
17
## 0.21.1 (2017-01-19)
28

39
### Features

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 = "v0.21.1"
18+
var version = "v0.21.2"
1919

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

0 commit comments

Comments
 (0)