Skip to content

Commit

Permalink
Update Changelog - Prepare Release (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzussa authored Jun 9, 2020
1 parent 701368e commit d8ab9c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## v1.0.0-beta.4 / 2020-06-09

* [Added] Add Logs Archives endpoints. See [#323](https://github.com/DataDog/datadog-api-client-go/pull/323).
* [Changed] Add missing values to enums. See [#320](https://github.com/DataDog/datadog-api-client-go/pull/320).
* This change includes backwards incompatible changes when using the `MonitorSummary` widget.
* [Changed] Split schemas from DashboardList v2. See [#318](https://github.com/DataDog/datadog-api-client-go/pull/318).
* This change includes backwards incompatible changes when using corresponding endpoints methods.
* [Changed] Clean synthetics test CRUD endpoints. See [#317](https://github.com/DataDog/datadog-api-client-go/pull/317).

## v1.0.0-beta.3 / 2020-05-21

* [BREAKING] Update to openapi-generator 5.0.0. See [#303](https://github.com/DataDog/datadog-api-client-go/pull/303).
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 = "1.0.0-beta.3"
const Version = "1.0.0-beta.4"

0 comments on commit d8ab9c6

Please sign in to comment.