From c497adde3ebe72c71efbe689f2f38d296e3c68e4 Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Wed, 24 Aug 2022 15:20:30 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7f8542..612842f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [v0.6.7] +## [v0.6.9] - Added latency metric, which Tracks the time spent waiting on outbound client URLs to respond. [#312](https://github.com/xmidt-org/caduceus/pull/312) - Dependency update, note vulnerabilities - github.com/hashicorp/consul/api v1.13.1 // indirect @@ -205,8 +205,8 @@ fixed build upload ### Added - Initial creation -[Unreleased]: https://github.com/xmidt-org/caduceus/compare/v0.6.7...HEAD -[v0.6.6]: https://github.com/xmidt-org/caduceus/compare/v0.6.6...v0.6.7 +[Unreleased]: https://github.com/xmidt-org/caduceus/compare/v0.6.9...HEAD +[v0.6.9]: https://github.com/xmidt-org/caduceus/compare/v0.6.6...v0.6.9 [v0.6.6]: https://github.com/xmidt-org/caduceus/compare/v0.6.5...v0.6.6 [v0.6.5]: https://github.com/xmidt-org/caduceus/compare/v0.6.4...v0.6.5 [v0.6.4]: https://github.com/xmidt-org/caduceus/compare/v0.6.3...v0.6.4