Skip to content

Commit

Permalink
Preparing release v1.34.0 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
cinchurge authored Oct 17, 2023
1 parent 020b4fd commit 6f3bd01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

## [1.34.0] - 2023-10-17

### Added

* Emit the error code and type to the tracing span for inbound calls (#903)

### Changed

* Update go.mod and github test to go 1.21 (#899)

## [1.33.0] - 2023-03-20

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

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

0 comments on commit 6f3bd01

Please sign in to comment.