We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74b4fa7 + 51d29ee commit d62599dCopy full SHA for d62599d
CHANGELOG.md
@@ -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
13
## 0.0.15
14
15
**Fixed bugs:**
package.json
@@ -1,6 +1,6 @@
{
"name": "root",
- "version": "0.0.15",
+ "version": "0.0.16",
"private": true,
"scripts": {
"build": "lerna run --scope cdktf* build",
0 commit comments