Skip to content

Commit

Permalink
Prepare v0.12.0 release (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Jul 26, 2022
1 parent dd991d6 commit e25681e
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.12.0 2022-07-26

### Enhancements

!!! Breaking Changes !!!

- Update OTLP proto to v0.18 (#87) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
- Husky will no longer support translating Deprecated metric types into Honeycomb events.

### Fixed

- Fix flaky invalid OTLP request body test (#98) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)

## 0.11.2 2022-07-22

### 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.11.2"
Version string = "0.12.0"
)

0 comments on commit e25681e

Please sign in to comment.