From 2c6ccb70b2bc70de12b723c2c31b2a33a94092da Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Tue, 7 Feb 2023 15:26:44 +0530 Subject: [PATCH] Update changelog for v0.3.0 (#2421) ## Description Updating CHANGELOG file prepping for new release. ## Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup ## Issue(s) * # ## Test Plan - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c029b8f9..a8d75a352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (alpha) +## [v0.3.0] (alpha) - 2023-2-07 + ### Added - Document Corso's fault-tolerance and restartability features @@ -156,7 +158,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.2.0...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.3.0...HEAD +[v0.3.0]: https://github.com/alcionai/corso/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/alcionai/corso/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/alcionai/corso/compare/v0.0.4...v0.1.0 [v0.0.4]: https://github.com/alcionai/corso/compare/v0.0.3...v0.0.4