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.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Oct 28, 2016
1 parent a703b43 commit 5705594
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
## 0.18.0 (2016-10-28)

### Features

- Refresh token at me endpoint (#118)

### Bug Fixes

- Fix unable to detect schema conflict (#140)
- Check for username/email duplicate when updating (#124)
- Resolve socket exhaust problem on high concurrency (#160)
- Fix skygear not sending init to plugin when restarted quickly (#150)
- Fix auth:password response invalid access token (#142)

### Other Notes

- Properly stop pubsub hub at test case
- Allow run test with docker-compose (#157)
- Make changes for smaller number of image layers
- Add ca-certificate to deps building pipeline (#154)
- Mark the skygear-server restart to always in Docker Compose (#145)

## 0.17.1 (2016-09-23)

### Bug Fixes

- Fix not able to update user after signup with auth provider

## 0.17.0 (2016-09-15)

### 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 = "v0.17.1"
var version = "v0.18.0"

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

0 comments on commit 5705594

Please sign in to comment.