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