From edab2e8dd163eef73d6baff652bfcdfe2451b76a Mon Sep 17 00:00:00 2001 From: Eric Chung Date: Wed, 24 Apr 2024 08:36:08 -0700 Subject: [PATCH] Prepare release v1.34.3 (#917) ### Fixed * Fix a DoS vulnerability of the vendored apache-thrift library (#915, #916) --- CHANGELOG.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b6ddac..db88a8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +## [1.34.3] - 2024-04-23 +### Fixed + + * Fix a DoS vulnerability of the vendored apache-thrift library (#915, #916) + ## [1.34.2] - 2024-02-16 ### Added @@ -387,6 +392,7 @@ Changelog * Thrift support, including includes. [//]: # (Version Links) +[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 [1.34.0]: https://github.com/uber/tchannel-go/compare/v1.33.0...v1.34.0 diff --git a/version.go b/version.go index a366603d..53ad6aef 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.2-dev" +const VersionInfo = "1.34.3"