From dead9052d6d0a366ac2d0ef805c9580c6a801371 Mon Sep 17 00:00:00 2001 From: jack-edmonds-dd Date: Mon, 30 Jun 2025 15:50:41 -0400 Subject: [PATCH] Revert "Bump versions and add changelog entries. (#2960)" This reverts commit e6e86092c3e6e5b57bb9f4d78dd158f67fb4bce7. --- CHANGELOG.md | 20 -------------------- pom.xml | 6 +++--- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66046e60eb..6eeba5833b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,5 @@ # CHANGELOG -## 2.39.0/2025-06-30 - -### Fixed -* Synthetics mobile test `message` field is now required [#2951](https://github.com/DataDog/datadog-api-client-java/pull/2951) -* Make dns port be string and number [#2935](https://github.com/DataDog/datadog-api-client-java/pull/2935) - -### Security -* Remove caseIndex from historical jobs api spec [#2950](https://github.com/DataDog/datadog-api-client-java/pull/2950) - -### Changed -* Update events intake specs for v2 Events post endpoint [#2946](https://github.com/DataDog/datadog-api-client-java/pull/2946) - -### Added -* Update Incident API specs to include `is_test` in `POST /incidents` and incidents response [#2945](https://github.com/DataDog/datadog-api-client-java/pull/2945) -* Add App Key Registration API [#2939](https://github.com/DataDog/datadog-api-client-java/pull/2939) -* Add Monitor Template API [#2876](https://github.com/DataDog/datadog-api-client-java/pull/2876) - -### Deprecated -* Deprecate SLO metadata fields in api spec [#2900](https://github.com/DataDog/datadog-api-client-java/pull/2900) - ## 2.38.0/2025-06-24 ### Fixed diff --git a/pom.xml b/pom.xml index 1d10dd2769b..a32ec4723fd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ datadog-api-client jar datadog-api-client - 2.39.0 + 2.38.0 https://github.com/DataDog/datadog-api-client-java Java client library for Datadog API @@ -599,13 +599,13 @@ net.javacrumbs.json-unit json-unit - 2.39.0 + 2.38.0 test net.javacrumbs.json-unit json-unit-assertj - 2.39.0 + 2.38.0 test