Skip to content

Commit

Permalink
Update CHANGELOG and version in prep for 1.15.0 release (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv authored Aug 27, 2019
1 parent 2e38a99 commit 5ee9e35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

## [1.15.0] - 2019-08-26
### Added
* introspection: Introspect any channel by ID. (#756)

### Fixed
* Ensure Introspection endpoints are always available. (#755)
* Fix testutils.WithTestServer incorrectly using RelayHost when creating the server. (#750)

## [1.14.0] - 2019-05-20
### Added
* Expose `CallOptions` caller name for transparent proxying (#741)
Expand Down Expand Up @@ -262,6 +270,7 @@ Changelog
* Thrift support, including includes.

[//]: # (Version Links)
[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
[1.12.0]: https://github.com/uber/tchannel-go/compare/v1.11.0...v1.12.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.14.0-dev"
const VersionInfo = "1.15.0"

0 comments on commit 5ee9e35

Please sign in to comment.