From 5be07109e5123864b71f29d650ffc8a3bf3c56db Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Wed, 1 Nov 2023 09:31:17 +0530 Subject: [PATCH] Update link for v0.15.0 diff in changelog (#4596) Follow up to https://github.com/alcionai/corso/pull/4590 to add a missing link. --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [ ] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86001b2bd..8dae857aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -418,7 +418,8 @@ 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.14.0...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.15.0...HEAD +[v0.15.0]: https://github.com/alcionai/corso/compare/v0.14.0...v0.15.0 [v0.14.0]: https://github.com/alcionai/corso/compare/v0.13.0...v0.14.0 [v0.13.0]: https://github.com/alcionai/corso/compare/v0.12.0...v0.13.0 [v0.12.0]: https://github.com/alcionai/corso/compare/v0.11.1...v0.12.0