Skip to content

Commit

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

## Short description of the changes
- Adds changelog entry
- Updates library version to 0.19.0
  • Loading branch information
MikeGoldsmith authored Jan 13, 2023
1 parent 63faabe commit 1bd98ce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Husky Changelog

## 0.19.0 2023-01-13

### Enhancements

- Add error field to events/links on spans that are error spans (#159) | [@cartermp](https://github.com/cartermp)

### Fixed

- Makes husky compatible with OTel SDK (#161) | [@maxedmands](https://github.com/maxedmands)

### Maintenance

- Make dependabot titles work better (#157) | [@kentquirk](https://github.com/kentquirk)
- Update validate PR title workflow (#152) | [@pkanal](https://github.com/pkanal)
- Validate PR title (#151) | [@pkanal](https://github.com/pkanal)

## 0.18.0 2022-11-07

### Fixed
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.18.0"
Version string = "0.19.0"
)

0 comments on commit 1bd98ce

Please sign in to comment.