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.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Sep 2, 2016
1 parent dbf76a0 commit 695ac9e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.16.0 (2016-09-02)

### Features

- Implement slave mode (#103, #104, #105)
- Provide user last logged in and last seen at _user
- Support Cloud Asset (#107)
- Implement `me` endpoint to get current user (#111)

### Bug Fixes

- Update amz.v3 for signing s3 asset with UTC

### Other Notes

- Revamp release binaries building
- Upgrade postgres to 9.5

## 0.15.0 (2016-08-17)

### 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.15.0"
var version = "v0.16.0"

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

0 comments on commit 695ac9e

Please sign in to comment.