Skip to content

Commit

Permalink
[ci skip] bump 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 21, 2018
1 parent 76a83a4 commit 4a8331d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## master

## 0.6.1 (2018-12-21) "X-mas time is here again!" 🎅

- Add HTTP health check endpoint. ([@sponomarev][])

Go to `/health` (you can configure the path via `--health-path`) to see the _health_ message.
You can use this endpoint as readiness/liveness check (e.g. for load balancers).

## 0.6.0 (2018-11-12)

- Add force termination support (by sending the second signal). ([@palkan][])
Expand Down
2 changes: 1 addition & 1 deletion cmd/anycable-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (

func init() {
if version == "" {
version = "0.6.0-unknown"
version = "0.6.1-unknown"
}
}

Expand Down

0 comments on commit 4a8331d

Please sign in to comment.