From e4a587dc42494abab9c0e4080787c45c2364c126 Mon Sep 17 00:00:00 2001 From: neha_gupta Date: Tue, 2 May 2023 15:51:49 +0530 Subject: [PATCH] Update CHANGELOG.md for new release v0.7.0 (#3279) Updating changelog for new release v0.7.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 - [ ] :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 70baf6e0c..b509c31a8 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.7.0] (beta) - 2023-05-02 + ### Added - Permissions backup for OneDrive is now out of experimental (By default, only newly backed up items will have their permissions backed up. You will have to run a full backup to ensure all items have their permissions backed up.) - LocationRef is now populated for all services and data types. It should be used in place of RepoRef if a location for an item is required. @@ -246,7 +248,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.1...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.7.0...HEAD +[v0.7.0]: https://github.com/alcionai/corso/compare/v0.6.1...v0.7.0 [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