Skip to content

Commit

Permalink
Merge pull request #336 from hashicorp/prepare-release-0.16
Browse files Browse the repository at this point in the history
Prepare release 0.0.16
  • Loading branch information
skorfmann authored Aug 21, 2020
2 parents 74b4fa7 + 51d29ee commit d62599d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.0.16

**Fixed bugs:**

- Fix TerraformProvider alias definition [\#332](https://github.com/hashicorp/terraform-cdk/issues/332)

**Implemented enhancements:**

- Checkpoint telemetry integration [\#326](https://github.com/hashicorp/terraform-cdk/issues/326)
- Adding cdktf version to the terraform user agent [\#321](https://github.com/hashicorp/terraform-cdk/issues/321)
- Migrate to jsii-srcmak [\#276](https://github.com/hashicorp/terraform-cdk/issues/276)

## 0.0.15

**Fixed bugs:**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"scripts": {
"build": "lerna run --scope cdktf* build",
Expand Down

0 comments on commit d62599d

Please sign in to comment.