Skip to content

Commit a5e67b3

Browse files
Update changelog
1 parent df735c3 commit a5e67b3

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

Diff for: .changes/0.2.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.2.0 (September 09, 2024)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#111](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/111))
6+
7+
FEATURES:
8+
9+
* Initial support of dynamic attributes in data source, provider, and resource schemas ([#98](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/98))
10+

Diff for: .changes/unreleased/FEATURES-20240510-121336.yaml

-6
This file was deleted.

Diff for: .changes/unreleased/NOTES-20240906-172836.yaml

-7
This file was deleted.

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.0 (September 09, 2024)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#111](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/111))
6+
7+
FEATURES:
8+
9+
* Initial support of dynamic attributes in data source, provider, and resource schemas ([#98](https://github.com/hashicorp/terraform-plugin-codegen-spec/issues/98))
10+
111
## 0.1.1 (April 04, 2024)
212

313
ENHANCEMENTS:

0 commit comments

Comments
 (0)