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

Commit 8a8603e

Browse files
committed
Update CHANGELOG for v0.12.0
1 parent 7af3493 commit 8a8603e

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.12.0 (2016-05-30)
2+
3+
### Incompatible changes
4+
5+
- Read all config from ENVVAR and support .env files (#35)
6+
7+
### Bug fixes
8+
9+
- Make `_user` email/username to be case insensitive at pq (#41)
10+
- Fix the public read record ACL bug on non readable (#39)
11+
- Consider deleting non-existing device as success
12+
13+
### Other Notes
14+
15+
- Update the doc link to http://docs.skygear.io/ (#37)
16+
- Update travis build status badge
17+
118
## 0.11.0 (2016-05-09)
219

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

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

0 commit comments

Comments
 (0)