Skip to content

Commit 5d6ca1d

Browse files
author
ci.datadog-api-spec
committed
Bump versions and add changelog entries.
1 parent 47db816 commit 5d6ca1d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 2.39.0/2025-06-30
4+
5+
### Changed
6+
* Update template variable schemas with type field in dashboards and shared dashboards endpoints for group by template variables [#2955](https://github.com/DataDog/datadog-api-client-java/pull/2955)
7+
38
## 2.38.0/2025-06-24
49

510
### 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.38.0</version>
7+
<version>2.39.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.38.0</version>
602+
<version>2.39.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.38.0</version>
608+
<version>2.39.0</version>
609609
<scope>test</scope>
610610
</dependency>
611611
</dependencies>

0 commit comments

Comments
 (0)