From 0ea5f58ae4a2ec2de1a20f8a7b5f1c67eaf3aa59 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sat, 14 Jan 2023 00:22:28 +0530 Subject: [PATCH] Update changelog header for v0.1.0 release (#2131) ## Description Update headers in changelog now that we have made v0.1.0 ## 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a38d8554..352b8703c 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] (alpha) + +## [v0.1.0] (alpha) - 2023-01-13 + ### Added - Folder entries in backup details now indicate whether an item in the hierarchy was updated @@ -116,7 +119,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.0.4...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.1.0...HEAD +[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 [v0.0.3]: https://github.com/alcionai/corso/compare/v0.0.2...v0.0.3 [v0.0.2]: https://github.com/alcionai/corso/compare/v0.0.1...v0.0.2