diff --git a/CHANGELOG.md b/CHANGELOG.md index ce52ca59..79c32243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.2.0] +### Added +- Metrics to support debugging the problem found by GH Issue [issue 145](https://github.com/Comcast/caduceus/issues/145) +- Add WRP Header support for Partner-Ids and Metadata + +### Changed +- converting glide to go mod + + + ## [v0.1.5] fixed build upload @@ -58,7 +68,8 @@ fixed build upload ### Added - Initial creation -[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.1.5...HEAD +[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.2.0...HEAD +[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 [v0.1.3]: https://github.com/Comcast/caduceus/compare/v0.1.2...v0.1.3 diff --git a/release_notes.md b/release_notes.md index 9e6b2fc5..8b137891 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,6 +1 @@ -### Added -- Metrics to support debugging the problem found by GH Issue [issue 145](https://github.com/Comcast/caduceus/issues/145) -- Add WRP Header support for Partner-Ids and Metadata -### Changed -- converting glide to go mod