Skip to content

Commit d62599d

Browse files
authored
Merge pull request hashicorp#336 from hashicorp/prepare-release-0.16
Prepare release 0.0.16
2 parents 74b4fa7 + 51d29ee commit d62599d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.0.16
2+
3+
**Fixed bugs:**
4+
5+
- Fix TerraformProvider alias definition [\#332](https://github.com/hashicorp/terraform-cdk/issues/332)
6+
7+
**Implemented enhancements:**
8+
9+
- Checkpoint telemetry integration [\#326](https://github.com/hashicorp/terraform-cdk/issues/326)
10+
- Adding cdktf version to the terraform user agent [\#321](https://github.com/hashicorp/terraform-cdk/issues/321)
11+
- Migrate to jsii-srcmak [\#276](https://github.com/hashicorp/terraform-cdk/issues/276)
12+
113
## 0.0.15
214

315
**Fixed bugs:**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": true,
55
"scripts": {
66
"build": "lerna run --scope cdktf* build",

0 commit comments

Comments
 (0)