From 5862f43fb2094c397e433a3f7b7f2db64e3410d2 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Mon, 15 May 2023 15:02:10 -0600 Subject: [PATCH] rel: prepare 0.22.3 release (#196) ## Which problem is this PR solving? prepare for 0.22.3 release ## Short description of the changes - bump verions.txt - update changelog --- CHANGELOG.md | 11 +++++++++++ version.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136194d..242beb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Husky Changelog +## 0.22.3 2023-05-12 + +- feat: copy exception details from span event to parent span (#191) | [Phillip Carter](https://github.com/cartermp) +- maint: Remove refs to proxy token and headers (#193) | [Kent Quirk](https://github.com/kentquirk) +- maint: update dependabot config (#195) | [Vera Reynolds](https://github.com/vreynolds) +- maint(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#190) +- maint(deps): bump github.com/klauspost/compress from 1.16.0 to 1.16.3 (#189) +- maint(deps): bump google.golang.org/protobuf from 1.28.1 to 1.30.0 (#188) +- maint(deps): bump github.com/klauspost/compress from 1.16.3 to 1.16.5 (#194) + + ## 0.22.2 2023-03-09 - Use bytesToSpanID for parentID too. (#185) | [Robb Kidd](https://github.com/robbkidd) diff --git a/version.go b/version.go index de332fa..0e32103 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package husky var ( - Version string = "0.22.2" + Version string = "0.22.3" )