From 55bce1ccebe0312e1477ddb8a5c58203211b3214 Mon Sep 17 00:00:00 2001 From: Joel Unzain Date: Tue, 4 May 2021 19:21:01 -0700 Subject: [PATCH] Release v0.4.4 (#265) * Release v0.4.4 * add release note * add credits --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dfbaaa..da80dc0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.4.4] +- Add OpenTelemetry tracing feature. [#263](https://github.com/xmidt-org/caduceus/pull/263) thanks to @utsavbatra5 + ## [v0.4.3] ### Changed - Fix a bug where the response bodies were not cleaned up when informing a client of a failure. [#250](https://github.com/xmidt-org/caduceus/pull/250) @@ -131,7 +134,8 @@ fixed build upload ### Added - Initial creation -[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.4.3...HEAD +[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.4.4...HEAD +[v0.4.4]: https://github.com/Comcast/caduceus/compare/v0.4.3...v0.4.4 [v0.4.3]: https://github.com/Comcast/caduceus/compare/v0.4.2...v0.4.3 [v0.4.2]: https://github.com/Comcast/caduceus/compare/v0.4.1...v0.4.2 [v0.4.1]: https://github.com/Comcast/caduceus/compare/v0.4.0...v0.4.1