Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maint: prepare for release v0.31.0 #280

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.31.0 2024-10-18

- feat: add PHP to list of telemetry libraries (#278) | [Jamie Danielson](https://github.com/JamieDanielson)
- feat: add sample rate to logs if set (#275) | [Jamie Danielson](https://github.com/JamieDanielson)
- chore: Remove SizeBytes from Batch struct (#276) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- docs: update vulnerability reporting process (#269) | [Robb Kidd](https://github.com/robbkidd)
- maint: appease codeql warning (#270) | [Alex Boten](https://github.com/codeboten)
- maint(deps): bump the minor-patch group across 1 directory with 2 updates (#279) | @dependabot
- maint(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#271) | @dependabot
- maint(deps): bump the minor-patch group with 2 updates (#268) | @dependabot

## 0.30.0 2024-06-05

- fix: Ensure a limited reader is used when decompressing payloads (#265) | @codeboten
Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package husky

var (
Version string = "0.30.0"
)
Version string = "0.31.0"
)
Loading