From 671989e97def312d69bee3a646fe2d37e3d599d2 Mon Sep 17 00:00:00 2001 From: Concourse CI Date: Tue, 3 Sep 2019 22:16:49 +0000 Subject: [PATCH] [skip ci] release v0.2.1 --- CHANGELOG.md | 9 ++++++++- release_notes.md | 3 +-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c32243..5b69fdec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.2.1] +### Changed +- Fixed a missing cardinality dimension in a metric that caused a panic. + + + ## [v0.2.0] ### Added - Metrics to support debugging the problem found by GH Issue [issue 145](https://github.com/Comcast/caduceus/issues/145) @@ -68,7 +74,8 @@ fixed build upload ### Added - Initial creation -[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.2.1...HEAD +[v0.2.1]: https://github.com/Comcast/caduceus/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/Comcast/caduceus/compare/v0.1.5...v0.2.0 [v0.1.5]: https://github.com/Comcast/caduceus/compare/v0.1.4...v0.1.5 [v0.1.4]: https://github.com/Comcast/caduceus/compare/v0.1.3...v0.1.4 diff --git a/release_notes.md b/release_notes.md index c124e006..8b137891 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,2 +1 @@ -### Changed -- Fixed a missing cardinality dimension in a metric that caused a panic. +