Skip to content

Commit

Permalink
rel: Prepare v0.28.0 release (#260)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next release.

## Short description of the changes 
- Update version to 0.28.0
- Add changelog entry
  • Loading branch information
MikeGoldsmith authored May 9, 2024
1 parent 9cbe080 commit 5a52568
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Husky Changelog

## 0.28.0 2024-05-09

### Enhancements

- feat: Add in time since span event start from start of span (#259) | @McSick

### Maintenance

- maint(deps): bump the minor-patch group with 3 updates (#258) | @dependabot
- github.com/klauspost/compress from 1.17.7 to 1.17.8
- google.golang.org/grpc from 1.62.0 to 1.63.2
- google.golang.org/protobuf from 1.32.0 to 1.33.0

## 0.27.0 2024-03-15

### 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.27.0"
Version string = "0.28.0"
)

0 comments on commit 5a52568

Please sign in to comment.