From a9d7f0fd27c45c455576b2ab2da7d1392fb0da6e Mon Sep 17 00:00:00 2001 From: Vaibhav Kamra Date: Mon, 5 Dec 2022 23:47:41 -0800 Subject: [PATCH] Update changelog for v0.0.3 (#1701) ## Description Update changelog for v0.0.3 ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) * # ## Test Plan - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 675864bc7..47a05f596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.0.3] (alpha) - 2022-12-05 + +### Added + +- Display backup size in backup list command (#1648) from [meain](https://github.com/meain) +- Improve OneDrive backup performance (#1607) from [meain](https://github.com/meain) +- Improve Exchange backup performance (#1608) from [meain](https://github.com/meain) +- Add flag to retain all progress bars (#1582) from [ryanfkeepers](https://github.com/ryanfkeepers) +- Fix resource owner display on backup list (#1580) from [ryanfkeepers](https://github.com/ryanfkeepers) + +### Changed + +- Improve logging (#1642) from [ryanfkeepers](https://github.com/ryanfkeepers) +- Generate separate backup for each resource owner (#1609) from [ashmrtn](https://github.com/ashmrtn) +- Print version info to stdout instead of stderr (#1503) from [meain](https://github.com/meain) ## [v0.0.2] (alpha) - 2022-11-14