diff --git a/CHANGELOG.md b/CHANGELOG.md index 2149eb0eddf..967159c91e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index 0ecdc24e207..838ee0ebe16 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package client // Version used in User-Agent header. -const Version = "2.0.1" +const Version = "2.1.0"