Skip to content

Commit

Permalink
Update CHANGELOG and version in prep for 1.19.0 release (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv authored May 22, 2020
1 parent 2e22684 commit 3d6cba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## [1.19.0] - 2020-05-21
### Fixed
* Internal API changes related to relaying.

## [1.18.0] - 2020-03-30
### Added
* Introspection now tracks last activity for reads and writes separately (#770)
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.18.0"
const VersionInfo = "1.19.0"

0 comments on commit 3d6cba0

Please sign in to comment.