Skip to content

Commit

Permalink
Prepare release v1.34.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cinchurge committed Jan 8, 2025
1 parent 48b1eb9 commit 7b46b8f
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.34.6] - 2025-01-07
### Changed

* Fix compile issue on FreeBSD 14 (#925)

## [1.34.5] - 2024-10-07
### Changed

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

[//]: # (Version Links)
[1.34.6]: https://github.com/uber/tchannel-go/compare/v1.34.5...v1.34.6
[1.34.5]: https://github.com/uber/tchannel-go/compare/v1.34.4...v1.34.5
[1.34.4]: https://github.com/uber/tchannel-go/compare/v1.34.3...v1.34.4
[1.34.3]: https://github.com/uber/tchannel-go/compare/v1.34.2...v1.34.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.34.5"
const VersionInfo = "1.34.6"

0 comments on commit 7b46b8f

Please sign in to comment.