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

Commit 72a179e

Browse files
author
Ben Lei
committed
Update CHANGELOG for v0.11.0
1 parent e09ae1d commit 72a179e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.11.0 (2016-05-09)
2+
3+
### Features
4+
- Allow master key to override ACL restriction (#22)
5+
6+
### Bug Fixes
7+
- Check sequence exist before update integer columns (#6)
8+
- Fix missing headers returned from plugins (#15)
9+
- Fix travis build error on Go 1.6
10+
11+
### Other Notes
12+
- Use mime package for mime processing and allow config of mime type concern (#25)
13+
- Update slack notification token
14+
- Update quickstart example (oursky/skygear-doc#162)
15+
116
## 0.10.0 (2016-04-13)
217

318
### Features

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

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

0 commit comments

Comments
 (0)