diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbc7141f4b9..6eeba5833b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# CHANGELOG
+## 2.38.0/2025-06-24
+
+### Fixed
+* Fix basic auth requirements [#2932](https://github.com/DataDog/datadog-api-client-java/pull/2932)
+
+### Added
+* Microsoft Sentinel Public API support [#2930](https://github.com/DataDog/datadog-api-client-java/pull/2930)
+* Add the AP2 datacenter. [#2928](https://github.com/DataDog/datadog-api-client-java/pull/2928)
+
## 2.37.0/2025-06-23
### Fixed
diff --git a/pom.xml b/pom.xml
index be1f80c7482..fbf7d552c3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
datadog-api-client
jar
datadog-api-client
- 2.37.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.37.0
+ 2.38.0
test
net.javacrumbs.json-unit
json-unit-assertj
- 2.37.0
+ 2.38.0
test