Skip to content

Commit

Permalink
rel: prep 0.23.0 release (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth authored Dec 8, 2023
1 parent b96a774 commit a33a75d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Husky Changelog

## 0.23.0 2023-12-08

- feat: Add public functions for handling OTLP HTTP responses (#219) | [Tyler Helmuth](https://github.com/TylerHelmuth)
- maint: update codeowners (#220) | [Tyler Helmuth](https://github.com/TylerHelmuth)
- maint(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0 (#218)
- maint(deps): bump github.com/klauspost/compress from 1.17.2 to 1.17.4 (#217)
- maint(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#215)
- maint(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#214)
- maint: bump github.com/klauspost/compress from 1.16.7 to 1.17.2 (#213) | [Tyler Helmuth](https://github.com/TylerHelmuth)
- maint(deps): bump google.golang.org/grpc from 1.56.1 to 1.58.2 (#210)
- maint(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.7 (#204)
- maint(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.1 (#202)
- maint(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#203)
- maint(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#200)
- maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#199)


## 0.22.4 2023-05-16

fix: Send the values not the Values in exception details (#197) | [Kent Quirk](https://github.com/kentquirk)
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.4"
Version string = "0.23.0"
)

0 comments on commit a33a75d

Please sign in to comment.