Skip to content

Commit

Permalink
Preparing release v1.32.1 (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinchurge committed Aug 23, 2022
1 parent 1a84933 commit 9c2a1ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## [1.32.1] - 2022-08-23
### Fixed

* Release unsent frames when flushing fragments (#887)

## [1.32.0] - 2022-07-12
### Changed
* Add TLS option in testutils.NewServerChannel (#882)
Expand Down Expand Up @@ -351,6 +356,7 @@ Changelog
* Thrift support, including includes.

[//]: # (Version Links)
[1.32.1]: https://github.com/uber/tchannel-go/compare/v1.32.0...v1.32.1
[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
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.32.0"
const VersionInfo = "1.32.1"

0 comments on commit 9c2a1ff

Please sign in to comment.