Skip to content

Commit

Permalink
Merge pull request #886 from uber/releasev1.32.0
Browse files Browse the repository at this point in the history
Preparing release v1.32.0
  • Loading branch information
gandhikrishna authored Jul 12, 2022
2 parents c6c0f71 + 37e7cb2 commit 9c59f88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## [1.32.0] - 2022-07-12
### Changed
* Add TLS option in testutils.NewServerChannel (#882)

## [1.31.0] - 2022-05-04
### Changed
* thrift-gen going to use vendored apache-thrift code. Currently vendored apache-thrift pinned to b2a4d4ae21c789b689dd162deb819665567f481c.
Expand Down Expand Up @@ -347,6 +351,7 @@ Changelog
* Thrift support, including includes.

[//]: # (Version Links)
[1.32.0]: https://github.com/uber/tchannel-go/compare/v1.31.0...v1.32.0
[1.31.0]: https://github.com/uber/tchannel-go/compare/v1.22.3...v1.31.0
[1.22.3]: https://github.com/uber/tchannel-go/compare/v1.22.2...v1.22.3
[1.22.1]: https://github.com/uber/tchannel-go/compare/v1.22.0...v1.22.1
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ require (
)

require (
github.com/HdrHistogram/hdrhistogram-go v0.9.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
)
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.31.0-dev"
const VersionInfo = "1.32.0"

0 comments on commit 9c59f88

Please sign in to comment.