Skip to content

Commit e09ec9d

Browse files
Update changelog
1 parent e753600 commit e09ec9d

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

.changes/1.12.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 1.12.0 (September 18, 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 ([#1033](https://github.com/hashicorp/terraform-plugin-framework/issues/1033))
6+
7+
BUG FIXES:
8+
9+
* providerserver: Fixed bug that prevented `moved` operation support between resource types for framework-only providers. ([#1039](https://github.com/hashicorp/terraform-plugin-framework/issues/1039))
10+

.changes/unreleased/BUG FIXES-20240917-163716.yaml

-6
This file was deleted.

.changes/unreleased/NOTES-20240906-095258.yaml

-7
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.12.0 (September 18, 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 ([#1033](https://github.com/hashicorp/terraform-plugin-framework/issues/1033))
6+
7+
BUG FIXES:
8+
9+
* providerserver: Fixed bug that prevented `moved` operation support between resource types for framework-only providers. ([#1039](https://github.com/hashicorp/terraform-plugin-framework/issues/1039))
10+
111
## 1.11.0 (August 06, 2024)
212

313
NOTES:

0 commit comments

Comments
 (0)