From 15a8c7bc4ab5e3b708378b5c1ecab1eae77d3299 Mon Sep 17 00:00:00 2001 From: Vaibhav Kamra Date: Tue, 29 Aug 2023 23:09:20 -0700 Subject: [PATCH] Update CHANGELOG.md for v0.12.0 (#4149) Include change from today that made it to the 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a89634c6..38d230e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) -### Fixed -- Exchange backups would fail attempting to use delta tokens even if the user was over quota - -## [v0.12.0] (beta) - 2023-08-28 +## [v0.12.0] (beta) - 2023-08-29 ### Added - Added `export` command to export data from OneDrive and SharePoint backups as individual files or as a single zip file. @@ -28,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix OneDrive restores could fail with a concurrent map write error - Fix backup list displaying backups that had errors - Fix OneDrive backup could fail if item was deleted during backup +- Exchange backups would fail attempting to use delta tokens even if the user was over quota ## [v0.11.1] (beta) - 2023-07-20