Skip to content

Commit

Permalink
Bump version and change log for 1.6.0 release (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal authored and prashantv committed Jun 2, 2017
1 parent fd887ee commit eab25af
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,14 @@
Changelog
=========

# v1.6.0

* Locks Apache Thrift to version 0.9.3 to maintain backward-compatibility.
* Add `OnPeerStatusChanged` channel option to receive a notification each time
the number of available connections changes for any given peer.
* Set DiffServ (QoS) bit on outbound connections.
* Improve resilience of the frame parser.

# v1.5.0

* Add `PeerList.Len` to expose the number of peers in the peer list.
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.5.0"
const VersionInfo = "1.6.0"

0 comments on commit eab25af

Please sign in to comment.