From ab8f998b7a8d48e9250f522fbb77cc0cad610ffe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:30:23 -0400 Subject: [PATCH] Release 0.11.0 (#263) * Update CHANGELOG * trigger test --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sherzod Karimov --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b50dc97..94a934fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.11.0 / 2024-06-27 + +### Fixed +* Fix endless process spawn when "frozen" by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/259 +### Changed +* Use `certifi` certs by default by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/258 + + +**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/0.10.0...0.11.0 + ## 0.10.0 / 2024-06-24 ### Fixed