From caa20dbf08c825ae4b07ba30d29df44f513fa081 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 14:45:34 -0500 Subject: [PATCH] Release 2.6.1 (#1803) * Version bump 2.6.1 * Update CHANGELOG Co-authored-by: ci.datadog-api-spec Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd7b4a0ea8..33f2ed15499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 2.6.1 / 2022-12-20 + +### Fixed +* Remove incorrect required fields from CloudConfigurationComplianceRuleOptions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1801 + + +**Full Changelog**: https://github.com/DataDog/datadog-api-client-go/compare/v2.6.0...v2.6.1 + ## 2.6.0 / 2022-12-20 ### Fixed diff --git a/version.go b/version.go index dd88e2fd9a2..95c995640c0 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package client // Version used in User-Agent header. -const Version = "2.6.1+dev" +const Version = "2.6.1"