We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ecee0 commit 3e79017Copy full SHA for 3e79017
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
3
+## 2.41.0/2025-06-24
4
+
5
+### Fixed
6
+* Fix basic auth requirements [#3163](https://github.com/DataDog/datadog-api-client-go/pull/3163)
7
8
+### Added
9
+* Microsoft Sentinel Public API support [#3161](https://github.com/DataDog/datadog-api-client-go/pull/3161)
10
+* Add the AP2 datacenter. [#3159](https://github.com/DataDog/datadog-api-client-go/pull/3159)
11
12
## 2.40.0/2025-06-23
13
14
### Fixed
version.go
@@ -1,4 +1,4 @@
package client
// Version used in User-Agent header.
-const Version = "2.40.0"
+const Version = "2.41.0"
0 commit comments