From 44735d60449ee17daf797f7059cb4feebe4126b2 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Tue, 15 Nov 2022 13:41:07 +0530 Subject: [PATCH] Update headers in changelog after release (#1516) ## Description Added new section for v0.0.2 release and update links. ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) * # ## Test Plan - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60ca5ea5..675864bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [v0.0.2] (alpha) - 2022-11-14 + ### Added - Added AWS X-Ray support for better observability (#1111) from [ryanfkeepers](https://github.com/ryanfkeepers) @@ -50,5 +53,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Miscellaneous - Optional usage statistics reporting ([RM-35](https://github.com/alcionai/corso-roadmap/issues/35)) -[Unreleased]: https://github.com/alcionai/corso/compare/v0.0.1...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.0.2...HEAD +[v0.0.2]: https://github.com/alcionai/corso/compare/v0.0.1...v0.0.2 [v0.0.1]: https://github.com/alcionai/corso/tag/v0.0.1