From f5bdbc7be2ccaea620ebaeff57cdaff789c8e2b4 Mon Sep 17 00:00:00 2001 From: Vaibhav Kamra Date: Tue, 21 Mar 2023 21:00:47 -0700 Subject: [PATCH] Update CHANGELOG.md (#2905) Update CHANGELOG - remove v0.6.0 and update with v0.6.1 #### 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 - [ ] :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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ff67467..dea27830f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) -## [v0.6.0] (beta) - 2023-03-21 +## [v0.6.1] (beta) - 2023-03-21 ### Added - Sharepoint library (document files) support: backup, list, details, and restore. @@ -218,8 +218,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.6.0...HEAD -[v0.6.0]: https://github.com/alcionai/corso/compare/v0.5.0...v0.6.0 +[Unreleased]: https://github.com/alcionai/corso/compare/v0.6.1...HEAD +[v0.6.1]: https://github.com/alcionai/corso/compare/v0.5.0...v0.6.1 [v0.5.0]: https://github.com/alcionai/corso/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/alcionai/corso/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/alcionai/corso/compare/v0.2.0...v0.3.0