From e6bc214d794a9d6062045dd672de210cf211994d Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Mon, 14 Oct 2019 16:18:41 -0700 Subject: [PATCH] Prepare release v1.16.0 (#761) --- CHANGELOG.md | 8 ++++++++ version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6de8da..958d174e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## [1.16.0] - 2019-10-14 +### Added + * Support custom Dialer for outbound connections (#759) + +### Fixed + * thrift: Handle TStruct serialization failures gracefully (#744) + ## [1.15.0] - 2019-08-26 ### Added * introspection: Introspect any channel by ID. (#756) @@ -270,6 +277,7 @@ Changelog * Thrift support, including includes. [//]: # (Version Links) +[1.16.0]: https://github.com/uber/tchannel-go/compare/v1.15.0...v1.16.0 [1.15.0]: https://github.com/uber/tchannel-go/compare/v1.14.0...v1.15.0 [1.14.0]: https://github.com/uber/tchannel-go/compare/v1.13.0...v1.14.0 [1.13.0]: https://github.com/uber/tchannel-go/compare/v1.12.0...v1.13.0 diff --git a/version.go b/version.go index 38de974d..55a6971e 100644 --- a/version.go +++ b/version.go @@ -23,4 +23,4 @@ package tchannel // VersionInfo identifies the version of the TChannel library. // Due to lack of proper package management, this version string will // be maintained manually. -const VersionInfo = "1.15.0-dev" +const VersionInfo = "1.16.0"