Skip to content

Commit

Permalink
Prepare release 0.14.0 (#108)
Browse files Browse the repository at this point in the history
* Prepare release 0.13.1

* update changelog & rebase

* update changelog and version to 0.14.0

Co-authored-by: Mike Goldsmth <goldsmith.mike@gmail.com>
  • Loading branch information
pkanal and MikeGoldsmith authored Aug 16, 2022
1 parent d7fa60f commit a35f50d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Husky Changelog

## 0.14.0 2022-08-16

### Enhancements

- Replace usage of OTLP proto with internal copy (#106) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
- Exposes the forked OTLP proto files for internal and external use
- Update OTLP proto to v0.19.0 (#110) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
- Add support for scope attributes when translating traces & metrics requests (#111) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)

## 0.13.0 2022-08-02

### 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.13.0"
Version string = "0.14.0"
)

0 comments on commit a35f50d

Please sign in to comment.