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.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lei committed Sep 15, 2016
1 parent 8252598 commit 0e0ab80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.17.0 (2016-09-15)

### Bug fixes

- `auth:login` return last seen that query from DB,
not current timestamp (#110)
- Fix bugs on `me` clear out the last login at for user

## 0.16.0 (2016-09-02)

### Features
Expand Down Expand Up @@ -99,7 +107,7 @@

### Other Notes

- Update the doc link to http://docs.skygear.io/ (#37)
- Update the doc link to http://docs.skygear.io/ (#37)
- Update travis build status badge

## 0.11.0 (2016-05-09)
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.16.0"
var version = "v0.17.0"

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

0 comments on commit 0e0ab80

Please sign in to comment.