From 81a37608a210a3426a378d723293b16c8daba25c Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 13 Mar 2023 23:12:30 +0530 Subject: [PATCH] Post release changelog updates (#2767) Co-authored-by: aviator-app[bot] <48659329+aviator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7945a6128..cffd1c79e 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.5.0] (beta) - 2023-03-13 + ### Added - Show owner information when doing backup list in json format - Permissions for groups can now be backed up and restored @@ -21,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - OneDrive files ending in `.meta` or `.dirmeta` are omitted from details and restores. - Backups generated prior to this version will show `0 errors` when listed, even if error count was originally non-zero. -## [v0.4.0] (beta) - 2023-2-20 +## [v0.4.0] (beta) - 2023-02-20 ### Fixed - Support for item.Attachment:Mail restore @@ -41,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The debugging env variable CORSO_URL_LOGGING causes exchange get requests to fail. - Onedrive files that are flagged as Malware consistently fail during backup. -## [v0.3.0] (alpha) - 2023-2-07 +## [v0.3.0] (alpha) - 2023-02-07 ### Added @@ -65,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 separate file only permission is restored. - Link shares are not restored -## [v0.2.0] (alpha) - 2023-1-29 +## [v0.2.0] (alpha) - 2023-01-29 ### Fixed @@ -193,8 +195,9 @@ 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.4.0...HEAD -[v0.4.0]: https://github.com/alcionai/corso/compare/v0.4.0...v0.3.0 +[Unreleased]: https://github.com/alcionai/corso/compare/v0.5.0...HEAD +[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 [v0.2.0]: https://github.com/alcionai/corso/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/alcionai/corso/compare/v0.0.4...v0.1.0