Skip to content

Commit

Permalink
Merge pull request #1424 from hashicorp/prepare-release-0.8.3
Browse files Browse the repository at this point in the history
chore(release): release 0.8.3
  • Loading branch information
DanielMSchmidt committed Dec 15, 2021
2 parents 7efdf7c + 948b51b commit 5849aa0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.8.3

### fix

- fix(provider-generator): rename `system` attributes as they conflict in CSharp (fixes Okta provider) [\#1422](https://github.com/hashicorp/terraform-cdk/pull/1422)
- fix(docs): fix order of changelog steps to make sure version is bumped after running script [\#1419](https://github.com/hashicorp/terraform-cdk/pull/1419)

### chore

- chore: migrate docs to mdx [\#1421](https://github.com/hashicorp/terraform-cdk/pull/1421)
- chore: fix edge provider tests in pre-release pipeline [\#1423](https://github.com/hashicorp/terraform-cdk/pull/1423)

## 0.8.2

### fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.8.2",
"version": "0.8.3",
"private": true,
"scripts": {
"build": "lerna run --scope 'cdktf*' --scope @cdktf/* build",
Expand Down

0 comments on commit 5849aa0

Please sign in to comment.