Skip to content

Commit 3e79017

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump versions and add changelog entries. (#3173)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 77ecee0 commit 3e79017

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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.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+
312
## 2.40.0/2025-06-23
413

514
### Fixed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package client
22

33
// Version used in User-Agent header.
4-
const Version = "2.40.0"
4+
const Version = "2.41.0"

0 commit comments

Comments
 (0)