From 61453a57049ba51acda9efdcb0cb8519b3a3c37d Mon Sep 17 00:00:00 2001 From: Sherzod Karimov Date: Fri, 23 May 2025 14:11:17 -0400 Subject: [PATCH] Bump versions and add changelog entries. --- CHANGELOG.md | 16 ++++++++++++++++ lib/datadog_api_client/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index facff45eb4c4..e1b92bb935ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## 2.34.0/2025-05-23 + +### Added +* Adding endpoints to manage Resource Evaluation Filters [#2411](https://github.com/DataDog/datadog-api-client-ruby/pull/2411) +* Add Sev0 as a supported incident severity [#2403](https://github.com/DataDog/datadog-api-client-ruby/pull/2403) +* Share timerestriction object [#2397](https://github.com/DataDog/datadog-api-client-ruby/pull/2397) +* add On-Call Paging spec [#2391](https://github.com/DataDog/datadog-api-client-ruby/pull/2391) +* Add pagination method for NDM ListDevices. [#2386](https://github.com/DataDog/datadog-api-client-ruby/pull/2386) + +### Fixed +* Fix frozen string errors again, more durably this time [#2407](https://github.com/DataDog/datadog-api-client-ruby/pull/2407) +* Fix incorrect pattern for url [#2399](https://github.com/DataDog/datadog-api-client-ruby/pull/2399) +* Make metadata optional for GCS destination [#2389](https://github.com/DataDog/datadog-api-client-ruby/pull/2389) +* Remove isReadOnly default when creating dashboards [#2388](https://github.com/DataDog/datadog-api-client-ruby/pull/2388) +* Make assertion target be int or string [#2385](https://github.com/DataDog/datadog-api-client-ruby/pull/2385) + ## 2.33.0 / 2025-05-01 ### Fixed diff --git a/lib/datadog_api_client/version.rb b/lib/datadog_api_client/version.rb index eb56a85252c0..4e0b9ccfe517 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.33.0.dev.1' + VERSION = '2.34.0.dev.1' end