From 298e06ce2d874cf823a2815b078d107142eba02b Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 15 Sep 2025 09:03:03 +0000 Subject: [PATCH] Bump versions and add changelog entries. --- CHANGELOG.md | 15 +++++++++++++++ lib/datadog_api_client/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7119944421c..b5ef9be1b07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +## 2.42.0/2025-09-15 + +### Added +* Add Query Parameters to ListOrgConnections Endpoint [#2663](https://github.com/DataDog/datadog-api-client-ruby/pull/2663) +* Add Incident Notification Rules Public Spec [#2658](https://github.com/DataDog/datadog-api-client-ruby/pull/2658) +* Update v1 and v2 GCP API specs to support `monitored_resource_configs` [#2656](https://github.com/DataDog/datadog-api-client-ruby/pull/2656) +* Add action datastore API [#2636](https://github.com/DataDog/datadog-api-client-ruby/pull/2636) +* Security Monitoring - Make hasOptionalGroupByFields updatable [#2594](https://github.com/DataDog/datadog-api-client-ruby/pull/2594) + +### Deprecated +* Promote unstable aws v2 APIs and deprecate v1 [#2655](https://github.com/DataDog/datadog-api-client-ruby/pull/2655) + +### Changed +* Allow to send batches of events in pipelines API [#2639](https://github.com/DataDog/datadog-api-client-ruby/pull/2639) + ## 2.41.0/2025-09-09 ### Added diff --git a/lib/datadog_api_client/version.rb b/lib/datadog_api_client/version.rb index a567d23a1184..b54bee1045ec 100644 --- a/lib/datadog_api_client/version.rb +++ b/lib/datadog_api_client/version.rb @@ -1,5 +1,5 @@ # Define library version. module DatadogAPIClient - VERSION = '2.41.0' + VERSION = '2.42.0' end