From 7316fcfba5e86d605900e48fa1c569b27db0b957 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 15 Sep 2025 08:12:28 +0000 Subject: [PATCH] Bump versions and add changelog entries. --- CHANGELOG.md | 14 ++++++++++++++ lib/datadog_api_client/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7119944421c..65fddd2b7d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## 2.42.0/2025-09-15 + +### Added +* 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