Skip to content

Commit

Permalink
rel: Prep v0.22.0 (#181)
Browse files Browse the repository at this point in the history
Prep for release of v0.22.0.
  • Loading branch information
kentquirk authored Mar 8, 2023
1 parent 6d4398d commit 0ddbf9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Husky Changelog

## 0.21.0 2021-02-22
## 0.22.0 2023-03-08

This release fixes an issue where the traceID and spanID in OTLP/JSON data is being misinterpreted by protojson as base64,
rather than hex. We can't fix it in the protobuf, but we can reverse the bad decoding.

- fix: JSON ingestion issue (#179) | [Kent Quirk](https://github.com/)
- maint: clean up after dependabot (#180) | [Kent Quirk](https://github.com/)
- maint(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (#178) | [dependabot[bot]](https://github.com/)
- maint(deps): bump google.golang.org/grpc from 1.50.0 to 1.53.0 (#177) | [dependabot[bot]](https://github.com/)
- maint(deps): bump github.com/klauspost/compress from 1.15.11 to 1.16.0 (#176) | [dependabot[bot]](https://github.com/)

## 0.21.0 2023-02-22

### Enhancements

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.21.0"
Version string = "0.22.0"
)

0 comments on commit 0ddbf9c

Please sign in to comment.