Skip to content

Commit

Permalink
Preparing release v1.33.0 (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinchurge committed Mar 20, 2023
1 parent 2255029 commit 66ee028
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

## [1.33.0] - 2023-03-20

### Added

* Optionally send cancelled frames when context is canceled (#890)

### Changed

* Update dependencies as per recommendations (#894)
* Test against Go 1.19 and 1.20 (#892)

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

Expand Down Expand Up @@ -356,6 +367,7 @@ Changelog
* Thrift support, including includes.

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

0 comments on commit 66ee028

Please sign in to comment.