diff --git a/CHANGELOG.md b/CHANGELOG.md index 692bc3db9c..ec251f43ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.11.1 + +### fix + +- fix(cli): Fix package version check on Windows [\#1831](https://github.com/hashicorp/terraform-cdk/pull/1831) +- fix(docs): fix code blocks in "create and deploy" documentation [\#1826](https://github.com/hashicorp/terraform-cdk/pull/1826) +- fix(release): update changelog [\#1824](https://github.com/hashicorp/terraform-cdk/pull/1824) + +### chore + +- chore(cli): filter usage errors from error reporting [\#1828](https://github.com/hashicorp/terraform-cdk/pull/1828) +- chore: document debug command [\#1812](https://github.com/hashicorp/terraform-cdk/pull/1812) +- chore: add best practice page [\#1790](https://github.com/hashicorp/terraform-cdk/pull/1790) + ## 0.11.0 **Breaking Changes** diff --git a/package.json b/package.json index 3cca3eb1eb..264d93016f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.11.0", + "version": "0.11.1", "private": true, "scripts": { "build": "lerna run --scope 'cdktf*' --scope @cdktf/* build",