From 0df08bfa570ab7f0fd5ede0bae60299a7b14c111 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:09:43 -0400 Subject: [PATCH] Release 0.13.0 (#286) * Update CHANGELOG * Change Adding to Add * Remove accidentally committed files * Remove accidentally committed change --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: michael.richey --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16289d13..06ee96ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.13.0 / 2024-09-27 + +### Fixed +* Update browser test variables ID by @romainberger in https://github.com/DataDog/datadog-sync-cli/pull/276 +### Added +* Inject resource context into logs by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/282 +* Add support for SDS resources by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/284 +* Add support for logs_archives resource by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/270 +* Add observability metrics to sync-cli by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/283 + +## New Contributors +* @romainberger made their first contribution in https://github.com/DataDog/datadog-sync-cli/pull/276 +* @jack-edmonds-dd made their first contribution in https://github.com/DataDog/datadog-sync-cli/pull/277 + +**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/0.12.2...0.13.0 + ## 0.12.2 / 2024-09-10 ### Changed