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

Commit

Permalink
Update CHANGELOG for v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Feb 10, 2017
1 parent e1bc5fb commit 16f84de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### Features

- Implement API response timeout (#271)

### Bug Fixes

- Fix request context not initialized (#284)
- Check for constraint violation when deleting

### Other Notes

- Add Nix derivation for building
- Require go1.7.4
## 0.21.1 (2017-01-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/skyversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package skyversion

// This will be overwrite on build time.
var version = "v0.21.1"
var version = "v0.22.0"

// Version returns the version of Skygear
func Version() string {
Expand Down

0 comments on commit 16f84de

Please sign in to comment.