Skip to content

Commit

Permalink
Bump version and changelog for 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Mar 21, 2017
1 parent 9246b94 commit bf61220
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Changelog
=========

# v1.5.0

* Add `PeerList.Len` to expose the number of peers in the peer list.
* Add `PeerList.GetNew` to only return previously unselected peers.

# v1.4.0

* Add version information to the channel's LocalPeerInfo.
Expand Down
2 changes: 1 addition & 1 deletion version.go
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.4.1-dev"
const VersionInfo = "1.5.0"

0 comments on commit bf61220

Please sign in to comment.