Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](scribd/terraform-aws-datadog@v1.3.5...v2.0.0) (2020-11-06)

### Features

* drop support for terraform 0.12.x ([be79b7e](scribd@be79b7e))

### BREAKING CHANGES

* Please use a version constraint for this module
if you are staying on terraform 0.12.x

Example:

```
module "datadog" {
  source  = "scribd/datadog/aws"
  version = "1.3.5"
  # insert the 1 required variable here
}
```
  • Loading branch information
semantic-release-bot committed Nov 6, 2020
1 parent be79b7e commit 5d2ee4a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [2.0.0](https://github.com/scribd/terraform-aws-datadog/compare/v1.3.5...v2.0.0) (2020-11-06)


### Features

* drop support for terraform 0.12.x ([be79b7e](https://github.com/scribd/terraform-aws-datadog/commit/be79b7e612b8932dd2d7c062b864a9a5ecff1db6))


### BREAKING CHANGES

* Please use a version constraint for this module
if you are staying on terraform 0.12.x

Example:

```
module "datadog" {
source = "scribd/datadog/aws"
version = "1.3.5"
# insert the 1 required variable here
}
```

## [1.3.5](https://github.com/scribd/terraform-aws-datadog/compare/v1.3.4...v1.3.5) (2020-11-06)


Expand Down

0 comments on commit 5d2ee4a

Please sign in to comment.