Skip to content

Commit

Permalink
rel: prepare 0.22.3 release (#196)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

prepare for 0.22.3 release

## Short description of the changes

- bump verions.txt
- update changelog
  • Loading branch information
TylerHelmuth authored May 15, 2023
1 parent 148377a commit 5862f43
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,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)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package husky

var (
Version string = "0.22.2"
Version string = "0.22.3"
)

0 comments on commit 5862f43

Please sign in to comment.