Skip to content

Commit ce6551e

Browse files
Update changelog
1 parent 23e467a commit ce6551e

5 files changed

+22
-17
lines changed

.changes/0.16.0.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.16.0 (May 08, 2024)
2+
3+
NOTES:
4+
5+
* all: The `v0.15.0` release updated this Go module to Go 1.21 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.21 release notes](https://go.dev/doc/go1.21) before upgrading. Any consumers building on earlier Go versions may experience errors ([#227](https://github.com/hashicorp/terraform-plugin-mux/issues/227))
6+
7+
ENHANCEMENTS:
8+
9+
* tf5to6server: Add deferred action request and response fields to RPC translations ([#237](https://github.com/hashicorp/terraform-plugin-mux/issues/237))
10+
* tf6to5server: Add deferred action request and response fields to RPC translations ([#237](https://github.com/hashicorp/terraform-plugin-mux/issues/237))
11+

.changes/unreleased/ENHANCEMENTS-20240507-180758.yaml

-5
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240507-180817.yaml

-5
This file was deleted.

.changes/unreleased/NOTES-20240229-144205.yaml

-7
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.16.0 (May 08, 2024)
2+
3+
NOTES:
4+
5+
* all: The `v0.15.0` release updated this Go module to Go 1.21 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.21 release notes](https://go.dev/doc/go1.21) before upgrading. Any consumers building on earlier Go versions may experience errors ([#227](https://github.com/hashicorp/terraform-plugin-mux/issues/227))
6+
7+
ENHANCEMENTS:
8+
9+
* tf5to6server: Add deferred action request and response fields to RPC translations ([#237](https://github.com/hashicorp/terraform-plugin-mux/issues/237))
10+
* tf6to5server: Add deferred action request and response fields to RPC translations ([#237](https://github.com/hashicorp/terraform-plugin-mux/issues/237))
11+
112
## 0.15.0 (February 23, 2024)
213

314
ENHANCEMENTS:

0 commit comments

Comments
 (0)