Skip to content

Commit

Permalink
Prepare to release 1.19.1 (#790)
Browse files Browse the repository at this point in the history
This includes a OS-specific issue, and includes some relay changes.
  • Loading branch information
prashantv authored Aug 4, 2020
1 parent dce76e1 commit 3edb77b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## [1.19.1] - 2020-08-03
### Fixed
* Move OS-specific logic into OS-specific files to avoid compile issues on
non-Unix platforms.

## [1.19.0] - 2020-05-21
### Fixed
* Internal API changes related to relaying.
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.9-dev"
const VersionInfo = "1.19.1"

0 comments on commit 3edb77b

Please sign in to comment.