Skip to content

Commit b718deb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#2942)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 1e7dd18 commit b718deb

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 2.38.0/2025-06-24
4+
5+
### Fixed
6+
* Fix basic auth requirements [#2932](https://github.com/DataDog/datadog-api-client-java/pull/2932)
7+
8+
### Added
9+
* Microsoft Sentinel Public API support [#2930](https://github.com/DataDog/datadog-api-client-java/pull/2930)
10+
* Add the AP2 datacenter. [#2928](https://github.com/DataDog/datadog-api-client-java/pull/2928)
11+
312
## 2.37.0/2025-06-23
413

514
### Fixed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>datadog-api-client</artifactId>
55
<packaging>jar</packaging>
66
<name>datadog-api-client</name>
7-
<version>2.37.0</version>
7+
<version>2.38.0</version>
88
<url>https://github.com/DataDog/datadog-api-client-java</url>
99
<description>Java client library for Datadog API</description>
1010
<scm>
@@ -599,13 +599,13 @@
599599
<dependency>
600600
<groupId>net.javacrumbs.json-unit</groupId>
601601
<artifactId>json-unit</artifactId>
602-
<version>2.37.0</version>
602+
<version>2.38.0</version>
603603
<scope>test</scope>
604604
</dependency>
605605
<dependency>
606606
<groupId>net.javacrumbs.json-unit</groupId>
607607
<artifactId>json-unit-assertj</artifactId>
608-
<version>2.37.0</version>
608+
<version>2.38.0</version>
609609
<scope>test</scope>
610610
</dependency>
611611
</dependencies>

0 commit comments

Comments
 (0)