From 7a1ee79bec1020bd16d4b944440852769fbb436d Mon Sep 17 00:00:00 2001 From: Dheerendra Rathor Date: Wed, 26 Jun 2024 15:32:05 -0700 Subject: [PATCH] prepare release v1.34.4 --- CHANGELOG.md | 10 ++++++++++ version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db88a8c0..dbe1787d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +## [1.34.4] - 2024-06-26 +### Fixed + + * fix getSysConn to work with TLS (#918) + +### Changed + + * Switch to aliases for Go versions in CI (#919) + ## [1.34.3] - 2024-04-23 ### Fixed @@ -392,6 +401,7 @@ Changelog * Thrift support, including includes. [//]: # (Version Links) +[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 [1.34.2]: https://github.com/uber/tchannel-go/compare/v1.34.1...v1.34.2 [1.34.1]: https://github.com/uber/tchannel-go/compare/v1.34.0...v1.34.1 diff --git a/version.go b/version.go index 961891b2..77a3e53a 100644 --- a/version.go +++ b/version.go @@ -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.3-dev" +const VersionInfo = "1.34.4"