Skip to content

Commit acd4eb5

Browse files
authored
Update CHANGELOG and version for 1.9 release (#680)
1 parent f19fa39 commit acd4eb5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## [1.9.0] - 2018-01-31
5+
### Added
6+
* stats: Add tally reporter to emit tagged metrics. (#676)
7+
* Add optional idle timeout, after which connections will be
8+
closed. (#681)
9+
410
## [1.8.1] - 2017-11-21
511
### Fixed
612
* Always log addresses as strings. (#669)
@@ -216,6 +222,7 @@ Changelog
216222
* Thrift support, including includes.
217223

218224
[//]: # (Version Links)
225+
[1.9.0]: https://github.com/uber/tchannel-go/compare/v1.8.1...v1.9.0
219226
[1.8.1]: https://github.com/uber/tchannel-go/compare/v1.8.0...v1.8.1
220227
[1.8.0]: https://github.com/uber/tchannel-go/compare/v1.7.0...v1.8.0
221228
[1.7.0]: https://github.com/uber/tchannel-go/compare/v1.6.0...v1.7.0
@@ -235,4 +242,4 @@ Changelog
235242
[1.0.5]: https://github.com/uber/tchannel-go/compare/v1.0.4...v1.0.5
236243
[1.0.4]: https://github.com/uber/tchannel-go/compare/v1.0.2...v1.0.4
237244
[1.0.2]: https://github.com/uber/tchannel-go/compare/v1.0.1...v1.0.2
238-
[1.0.1]: https://github.com/uber/tchannel-go/compare/v1.0.0...v1.0.1
245+
[1.0.1]: https://github.com/uber/tchannel-go/compare/v1.0.0...v1.0.1

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.1-dev"
26+
const VersionInfo = "1.9.0"

0 commit comments

Comments
 (0)