diff --git a/CHANGELOG.md b/CHANGELOG.md index 9660960..8508450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index 82cdd65..ec24f41 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package husky var ( - Version string = "0.13.0" + Version string = "0.14.0" )