From 2f82bf9ea12d76c096517e6683616b167e7cdb2c Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:58:00 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81250156..4c65e7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 4.16.0 / 2026-07-27 + +### Fixed +* feat(users): create service-account users via the service_accounts endpoint by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/644 +* feat(users): backfill destination email via a second PATCH when handle differs by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/645 +### Added +* feat(sync): extend --id-file to source state-load ID-targeting under --minimize-reads by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/646 +### Removed +* Remove --use-v1-user-api flag and v1 user-creation path by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/640 + + +**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/4.14.0...4.16.0 + ## 4.14.0 / 2026-07-20 ### Added