Skip to content

Commit

Permalink
Release 2.1.0 (#1629)
Browse files Browse the repository at this point in the history
* Version bump 2.1.0

* Update CHANGELOG

* mark retracted versions

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>
Co-authored-by: Sherzod Karimov <[email protected]>
  • Loading branch information
3 people committed Aug 10, 2022
1 parent 97a8b4e commit ede4701
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
# CHANGELOG

## 2.1.0 / 2022-08-10

### Fixed
* Update Pagerduty operation `DeletePagerDutyIntegrationService` response status code by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1612
### Added
* Add support for digest auth in synthetics tests by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1622
* Add support for RUM application endpoints by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1623
### Changed
* Refactor package names by @skarimo in https://github.com/DataDog/datadog-api-client-go/pull/1624


**Full Changelog**: https://github.com/DataDog/datadog-api-client-go/compare/v2.0.0...v2.1.0

## 2.0.1 / 2022-08-10

**_NOTE:_** Version used to retract v2.0.0 and v2.0.1. DO NOT USE

## 2.0.0 / 2022-08-01

**_NOTE:_** Premature major version v2 release. DO NOT USE

### Added
* Add support for Events V2 endpoint by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1551
* [RQ-2492]: Add custom_events to list of product families in hourly-usage api. by @api-clients-generation-pipeline in https://github.com/DataDog/datadog-api-client-go/pull/1608
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package client

// Version used in User-Agent header.
const Version = "2.0.1"
const Version = "2.1.0"

0 comments on commit ede4701

Please sign in to comment.