diff --git a/CHANGELOG.md b/CHANGELOG.md index ec251f43ab..8ad5b13bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.11.2 + +### feat + +- feat(cli): support custom Terraform Enterprise instances [\#1857](https://github.com/hashicorp/terraform-cdk/pull/1857) +- feat(hcl2json): expose hcl expression parser [\#1794](https://github.com/hashicorp/terraform-cdk/pull/1794) + +### chore + +- chore: synthesize all boolean as iresolvable tests [\#1849](https://github.com/hashicorp/terraform-cdk/pull/1849) +- chore(docs): Fix Environment Variables and Best Practices [\#1839](https://github.com/hashicorp/terraform-cdk/pull/1839) + ## 0.11.1 ### fix diff --git a/package.json b/package.json index 264d93016f..a6911c20f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.11.1", + "version": "0.11.2", "private": true, "scripts": { "build": "lerna run --scope 'cdktf*' --scope @cdktf/* build",