Skip to content

Commit

Permalink
Prepare for 0.14.2 release (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Jan 31, 2019
1 parent 118981d commit 0f1beae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Changelog
=========

# 0.14.2 (2019-01-31)
* Fix grpc reflection stream being closed abnormally causing
the reflection server to see an unexpected client disconnect.

# 0.14.1 (2018-10-22)
* Fix a bug for incorrectly dialing the reflection server when
* Fix a bug for incorrectly dialing the reflection server when
peers contain the `grpc://` scheme instead of just host:port pairs.

# 0.14.0 (2018-10-18)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ package main

// versionString is the sem-ver version string for yab.
// It will be bumped explicitly on releases.
var versionString = "0.14.1"
var versionString = "0.14.2"

0 comments on commit 0f1beae

Please sign in to comment.