Skip to content

Commit 0721dcc

Browse files
authored
Revert "Release 2.33.0 (#2377)" (#2380)
This reverts commit 09d3f90.
1 parent 85cdd14 commit 0721dcc

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# CHANGELOG
22

3-
## 2.33.0 / 2025-05-01
4-
5-
### Fixed
6-
* Set required properties for schedules in OnCall API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2342
7-
* Update On-Call Escalation policies endpoints schemas and description by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2353
8-
### Added
9-
* Update NDM GetInterfaces documentation to add get_ip_addresses param by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2330
10-
* Add OnCall Escalation Policy v2 endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2341
11-
* datadog_integration_gcp_sts Add Support for IsPerProjectQuotaEnabled for GCP STS Service Accounts by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2349
12-
* Complete Observability Pipelines API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2358
13-
* Add budgeting endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2337
14-
### Changed
15-
* Add Monitor Notification Rules v2 API by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-ruby/pull/2317
16-
* Remove `uuidtools` while maintaining validation logic by @AlexMooney in https://github.com/DataDog/datadog-api-client-ruby/pull/2320
17-
18-
## New Contributors
19-
* @AlexMooney made their first contribution in https://github.com/DataDog/datadog-api-client-ruby/pull/2320
20-
21-
**Full Changelog**: https://github.com/DataDog/datadog-api-client-ruby/compare/v2.32.0...v2.33.0
22-
233
## 2.32.0 / 2025-04-14
244

255
### Fixed

lib/datadog_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define library version.
22

33
module DatadogAPIClient
4-
VERSION = '2.33.0'
4+
VERSION = '2.32.0.dev.1'
55
end

0 commit comments

Comments
 (0)