diff --git a/ddev/CHANGELOG.md b/ddev/CHANGELOG.md index a053ba1c4a930..e62be07677ab4 100644 --- a/ddev/CHANGELOG.md +++ b/ddev/CHANGELOG.md @@ -2,6 +2,12 @@ +## 10.2.0 / 2024-09-05 + +***Added***: + +* Add command to tag the Agent release branch. It supports both RC and final tags, see `ddev release branch tag --help` for more details. ([#18413](https://github.com/DataDog/integrations-core/pull/18413)) + ## 10.1.0 / 2024-08-15 ***Added***: diff --git a/ddev/changelog.d/18413.added b/ddev/changelog.d/18413.added deleted file mode 100644 index 462be04dff5f6..0000000000000 --- a/ddev/changelog.d/18413.added +++ /dev/null @@ -1 +0,0 @@ -Add command to tag the Agent release branch. It supports both RC and final tags, see `ddev release branch tag --help` for more details.