Skip to content

Commit 12f5bbf

Browse files
committed
Update CHANGELOG for 0.9.0
1 parent 9734c12 commit 12f5bbf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.9.0 (April 13, 2022)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.17 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#175](https://github.com/hashicorp/terraform-plugin-go/issues/175))
6+
7+
ENHANCEMENTS:
8+
9+
* tftypes: Added `Type` support to `WalkAttributePath()` function ([#163](https://github.com/hashicorp/terraform-plugin-go/issues/163))
10+
11+
BUG FIXES:
12+
13+
* tfprotov5/tf5server: Ensured `@caller` in protocol logging entries accurately reflected calling code location ([#179](https://github.com/hashicorp/terraform-plugin-go/issues/179))
14+
* tfprotov6/tf6server: Ensured `@caller` in protocol logging entries accurately reflected calling code location ([#179](https://github.com/hashicorp/terraform-plugin-go/issues/179))
15+
116
# 0.8.0 (March 10, 2022)
217

318
NOTES:

0 commit comments

Comments
 (0)