Skip to content

Commit

Permalink
Prepare release v1.16.0 (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Oct 14, 2019
1 parent fff536c commit e6bc214
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e6bc214

Please sign in to comment.