Skip to content

Commit caa20db

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Release 2.6.1 (#1803)
* Version bump 2.6.1 * Update CHANGELOG Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 676e0d3 commit caa20db

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.6.1 / 2022-12-20
4+
5+
### Fixed
6+
* Remove incorrect required fields from CloudConfigurationComplianceRuleOptions by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1801
7+
8+
9+
**Full Changelog**: https://github.com/DataDog/datadog-api-client-go/compare/v2.6.0...v2.6.1
10+
311
## 2.6.0 / 2022-12-20
412

513
### 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.6.1+dev"
4+
const Version = "2.6.1"

0 commit comments

Comments
 (0)