diff --git a/.changes/0.3.0.md b/.changes/0.3.0.md new file mode 100644 index 00000000..3e606385 --- /dev/null +++ b/.changes/0.3.0.md @@ -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)) + diff --git a/.changes/unreleased/BUG FIXES-20231026-133048.yaml b/.changes/unreleased/BUG FIXES-20231026-133048.yaml deleted file mode 100644 index 178fe4e7..00000000 --- a/.changes/unreleased/BUG FIXES-20231026-133048.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: Fix nested attribute name and generated custom value method name conflicts -time: 2023-10-26T13:30:48.63762+01:00 -custom: - Issue: "81" diff --git a/.changes/unreleased/ENHANCEMENTS-20231023-180006.yaml b/.changes/unreleased/ENHANCEMENTS-20231023-180006.yaml deleted file mode 100644 index 8be7f4c9..00000000 --- a/.changes/unreleased/ENHANCEMENTS-20231023-180006.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Adds code generation for List, Map, Object, and Set attributes that have an - associated external type -time: 2023-10-23T18:00:06.752758+01:00 -custom: - Issue: "75" diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b26467..796ce7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: