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 Nov 14, 2023
1 parent 0b1c795 commit f8a5f26
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .changes/0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.3.0 (November 14, 2023)

ENHANCEMENTS:

* Adds code generation for List, Map, Object, and Set attributes that have an associated external type ([#75](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/75))

BUG FIXES:

* Fix nested attribute name and generated custom value method name conflicts ([#81](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/81))

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20231026-133048.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20231023-180006.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 @@
## 0.3.0 (November 14, 2023)

ENHANCEMENTS:

* Adds code generation for List, Map, Object, and Set attributes that have an associated external type ([#75](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/75))

BUG FIXES:

* Fix nested attribute name and generated custom value method name conflicts ([#81](https://github.com/hashicorp/terraform-plugin-codegen-framework/issues/81))

## 0.2.0 (October 24, 2023)

ENHANCEMENTS:
Expand Down

0 comments on commit f8a5f26

Please sign in to comment.