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 d45c6e0 commit 0d58952Copy full SHA for 0d58952
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
3
+## 2.37.0/2025-06-24
4
+
5
+### Fixed
6
+* Fix basic auth requirements [#2481](https://github.com/DataDog/datadog-api-client-ruby/pull/2481)
7
8
+### Added
9
+* Microsoft Sentinel Public API support [#2479](https://github.com/DataDog/datadog-api-client-ruby/pull/2479)
10
+* Add the AP2 datacenter. [#2477](https://github.com/DataDog/datadog-api-client-ruby/pull/2477)
11
12
## 2.36.0/2025-06-23
13
14
### Fixed
lib/datadog_api_client/version.rb
@@ -1,5 +1,5 @@
# Define library version.
module DatadogAPIClient
- VERSION = '2.36.0'
+ VERSION = '2.37.0'
end
0 commit comments