Skip to content

Commit 7bcb33f

Browse files
authored
Release v1.8.1 (#670)
1 parent 7d2bb44 commit 7bcb33f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
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)

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2121
3. Update the `CHANGELOG.md` and `version.go` files.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)