From a35f50d00df6c4fca2996c09785dd77577b9f7ee Mon Sep 17 00:00:00 2001 From: Purvi Kanal Date: Tue, 16 Aug 2022 12:09:48 -0400 Subject: [PATCH] Prepare release 0.14.0 (#108) * Prepare release 0.13.1 * update changelog & rebase * update changelog and version to 0.14.0 Co-authored-by: Mike Goldsmth --- CHANGELOG.md | 9 +++++++++ version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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" )