diff --git a/CHANGELOG.md b/CHANGELOG.md index a7119944421..65fddd2b7d3 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 a567d23a118..b54bee1045e 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