Skip to content

Commit

Permalink
rel: Prepare v0.25.0 release (#242)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the 0.25.0 release of husky.

## Short description of the changes
- Update version to 0.25.0
- Add changelog entry
  • Loading branch information
MikeGoldsmith authored Feb 22, 2024
1 parent 4d3dc8e commit 52ecefd
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.25.0 2024-02-22

### Enhancements

- feat: Allow flattening of OTLP key-value lists (#240) | @MikeGoldsmith

### Maintenance

- maint(deps): bump github.com/klauspost/compress from 1.17.4 to 1.17.5 (#238) | @dependabot
- maint(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#237) | @dependabot

## 0.24.0 2024-01-05

### Fixes
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.24.0"
Version string = "0.25.0"
)

0 comments on commit 52ecefd

Please sign in to comment.