From 2c7b2633a9243e5e94aecf0b51cfae8aada07485 Mon Sep 17 00:00:00 2001 From: Keepers Date: Mon, 15 May 2023 17:42:16 -0600 Subject: [PATCH] update release changelog (#3418) #### Does this PR need a docs update or release note? - [x] :white_check_mark: Yes, it's included #### Type of change - [x] :world_map: Documentation --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369ea303e..475c98407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) +### Added +### Fixed +### Known Issues + +## [v0.8.0] (beta) - 2023-05-15 + ### Added - Released the --mask-sensitive-data flag, which will automatically obscure private data in logs. - Added `--disable-delta` flag to disable delta based backups for Exchange @@ -29,9 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Known Issues - Restore operations will merge duplicate Exchange folders at the same hierarchy level into a single folder. - Sharepoint SiteGroup permissions are not restored. - - ### Known Issues - - SharePoint document library data can't be restored after the library has been deleted. +- SharePoint document library data can't be restored after the library has been deleted. ## [v0.7.0] (beta) - 2023-05-02