Skip to content

Commit 8e58918

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 2.23.0 (#2401)
* Version bump 2.23.0 * Update CHANGELOG --------- Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 6bf8402 commit 8e58918

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 2.23.0 / 2024-02-27
4+
5+
### Fixed
6+
* Move under common tag Case Management by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2385
7+
* Include user data with team membership resource by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2380
8+
### Added
9+
* Case Management Public API documentation by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2364
10+
* Make grpc steps available for synthetics api multisteps tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2384
11+
* Add cloud run filter to GCP v1 and v2 spec by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2361
12+
* add ASM serverless to usage metering API docs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2393
13+
* Add new products to usage API docs by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2396
14+
### Changed
15+
* Update spec for DORA Metrics Incident endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/2381
16+
17+
18+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-go/compare/v2.22.0...v2.23.0
19+
320
## 2.22.0 / 2024-02-06
421

522
### Fixed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package client
22

33
// Version used in User-Agent header.
4-
const Version = "2.22.1+dev"
4+
const Version = "2.23.0"

0 commit comments

Comments
 (0)