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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Jun 26, 2018
1 parent 66ffac4 commit 2760036
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.6.0 (2018-6-26)

### Features

- Add Lambda support for Skygear Data Type
- Support structural logging with JSON formatter

### Bug Fixes

- Fix content-type not sent to assetd
- Fix cannot login user if user record is not public read

### Other notes

- Refactor how processors are injected to plugin handlers/lambdas
- Add GO_TEST_VERBOSE=1 to print verbose go test log
- Add go1.10.1 to build target
- Fix go1.10 compatibility and fix some string format

## 1.5.0 (2018-4-23)

### 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 = "v1.5.0"
var version = "v1.6.0"

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

0 comments on commit 2760036

Please sign in to comment.