Skip to content

Commit bac5e60

Browse files
committed
Update CHANGELOG for 0.8.0
1 parent 6865c6b commit bac5e60

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.8.0 (December 20, 2022)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.18 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#101](https://github.com/hashicorp/terraform-plugin-mux/issues/101))
6+
7+
BUG FIXES:
8+
9+
* tf5muxserver+tf6muxserver: Allow differing provider schema block `MinItems` and `MaxItems` as terraform-plugin-framework does not use those fields for configuration validation ([#118](https://github.com/hashicorp/terraform-plugin-mux/issues/118))
10+
* tf5muxserver+tf6muxserver: Deferred combined server implementation errors until `GetProviderSchema` RPC to prevent confusing Terraform CLI plugin startup errors ([#121](https://github.com/hashicorp/terraform-plugin-mux/issues/121))
11+
112
# 0.7.0 (July 15, 2022)
213

314
NOTES:

0 commit comments

Comments
 (0)