Skip to content

Commit 376e046

Browse files
Update changelog
1 parent 99af944 commit 376e046

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

.changes/0.18.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.18.0 (May 13, 2025)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#276](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/276))
6+
7+
BUG FIXES:
8+
9+
* all: Fixed bug with PreferWriteOnlyAttribute validator not running when client is capable of using write-only attributes. ([#287](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/287))
10+

.changes/unreleased/BUG FIXES-20250508-113537.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/NOTES-20250317-094208.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.18.0 (May 13, 2025)
2+
3+
NOTES:
4+
5+
* all: This Go module has been updated to Go 1.23 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.23 release notes](https://go.dev/doc/go1.23) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#276](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/276))
6+
7+
BUG FIXES:
8+
9+
* all: Fixed bug with PreferWriteOnlyAttribute validator not running when client is capable of using write-only attributes. ([#287](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/287))
10+
111
## 0.17.0 (February 19, 2025)
212

313
FEATURES:

0 commit comments

Comments
 (0)