File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ # v1.8.1 (2017-11-21)
5+
6+ * Always log addresses as strings. (#669 )
7+
48# v1.8.0 (2017-11-06)
59
610 * Improve error logging on ` thrift.Server ` errors. (#663 )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This document outlines how to create a release of tchannel-go
1515 ```
1616 $ git checkout dev
1717 $ git pull
18- $ git checkout release
18+ $ git checkout release
1919 ```
2020
21213. Update the `CHANGELOG.md` and `version.go` files.
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ package tchannel
2323// VersionInfo identifies the version of the TChannel library.
2424// Due to lack of proper package management, this version string will
2525// be maintained manually.
26- const VersionInfo = "1.8.0-dev "
26+ const VersionInfo = "1.8.1 "
You can’t perform that action at this time.
0 commit comments