From 7fbe6d109981a02fda3be2a7ee053ce60df52572 Mon Sep 17 00:00:00 2001 From: neha_gupta Date: Tue, 21 Mar 2023 13:31:44 +0530 Subject: [PATCH] Update CHANGELOG.md (#2894) update changelog for latest 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 - [ ] :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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ac2a3dd..90ff67467 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] (beta) +## [v0.6.0] (beta) - 2023-03-21 + ### Added - Sharepoint library (document files) support: backup, list, details, and restore. - OneDrive item downloads that return 404 during backup (normally due to external deletion while Corso processes) are now skipped instead of quietly dropped. These items will appear in the skipped list alongside other skipped cases such as malware detection. @@ -216,7 +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.5.0...HEAD +[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 [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