From d25ada4080d6929d49939185adbb22ec0eb48f1b Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 25 Sep 2023 12:02:05 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.MD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.MD diff --git a/CHANGELOG.MD b/CHANGELOG.MD new file mode 100644 index 0000000..27d97e3 --- /dev/null +++ b/CHANGELOG.MD @@ -0,0 +1,9 @@ +## Changelog + +### 0.0.2 - 2023.09.25 +- Added support for synchronizing users/objects to Exchange contacts `Sync-O365Contact` essentially allowing tenant to tenant synchronization for GAL purposes + +### 0.0.1 - 2023.05.30 +- Intial release +- Provides synchronization of users to personal contacts in Outlook `Sync-O365PersonalContact` +- Provides a way to clear all personal contacts in Outlook `Clear-O365PersonalContact` \ No newline at end of file