Skip to content

Commit

Permalink
Update CHANGELOG and version in prep for 1.20.0 release (uber#805)
Browse files Browse the repository at this point in the history
## [1.20.0] - 2020-09-23
### Added
 * Support per-connection base context propagation in inbound/outbound connections and relays (uber#801)

### Changed
 * Internal API changes related to relaying.
  • Loading branch information
cinchurge authored Sep 23, 2020
1 parent 2d40600 commit 12835af
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.20.0] - 2020-09-23
### Added
* Support per-connection base context propagation for inbound/outbound connections (#801)

### Changed
* Internal API changes related to relaying.

## [1.19.1] - 2020-08-03
### Fixed
* Move OS-specific logic into OS-specific files to avoid compile issues on
Expand Down Expand Up @@ -295,6 +302,7 @@ Changelog
* Thrift support, including includes.

[//]: # (Version Links)
[1.20.0]: https://github.com/uber/tchannel-go/compare/v1.19.1...v1.20.0
[1.18.0]: https://github.com/uber/tchannel-go/compare/v1.17.0...v1.18.0
[1.17.0]: https://github.com/uber/tchannel-go/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/uber/tchannel-go/compare/v1.15.0...v1.16.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.19.1-dev"
const VersionInfo = "1.20.0"

0 comments on commit 12835af

Please sign in to comment.