Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Aug 17, 2023
1 parent d48bcd9 commit fdecdfe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
10 changes: 10 additions & 0 deletions .changes/1.3.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 1.3.5 (August 17, 2023)

NOTES:

* internal: Changed provider defined method execution logs from `DEBUG` log level to `TRACE` ([#818](https://github.com/hashicorp/terraform-plugin-framework/issues/818))

BUG FIXES:

* internal/fwserver: Prevented `Invalid Element Type` diagnostics for nested attributes and blocks implementing `CustomType` field ([#823](https://github.com/hashicorp/terraform-plugin-framework/issues/823))

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20230816-113531.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/NOTES-20230803-173640.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.3.5 (August 17, 2023)

NOTES:

* internal: Changed provider defined method execution logs from `DEBUG` log level to `TRACE` ([#818](https://github.com/hashicorp/terraform-plugin-framework/issues/818))

BUG FIXES:

* internal/fwserver: Prevented `Invalid Element Type` diagnostics for nested attributes and blocks implementing `CustomType` field ([#823](https://github.com/hashicorp/terraform-plugin-framework/issues/823))

## 1.3.4 (August 03, 2023)

BUG FIXES:
Expand Down

0 comments on commit fdecdfe

Please sign in to comment.