Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit d62599d

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

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)