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 v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lei committed Aug 23, 2018
1 parent 2315f6f commit 8df1de2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.6.2 (2018-8-23)

### Bug Fixes

- Inject the missing database for change password handler
- Fix cloud asset filename encoding
- Fix `make vendor` error on case insensitive file system
- Support byte-range when serving asset file #616

## 1.6.1 (2018-7-06)

### Bug Fixes
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 = "v1.6.1"
var version = "v1.6.2"

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

0 comments on commit 8df1de2

Please sign in to comment.