Skip to content

Commit bcd713d

Browse files
Update changelog
1 parent c3ae185 commit bcd713d

File tree

5 files changed

+28
-17
lines changed

5 files changed

+28
-17
lines changed

.changes/0.11.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 0.11.0 (August 03, 2023)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#117](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/117))
6+
7+
ENHANCEMENTS:
8+
9+
* int64validator: Added `equalToProductOf` validator ([#129](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/129))
10+
11+
BUG FIXES:
12+
13+
* stringvalidator: Removed double quoting in `Description` returned from `NoneOf`, `NoneOfCaseInsensitive`, `OneOf` and `OneOfCaseInsensitive` validators ([#152](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/152))
14+

.changes/unreleased/BUG FIXES-20230801-104745.yaml

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

.changes/unreleased/ENHANCEMENTS-20230502-112440.yaml

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

.changes/unreleased/NOTES-20230303-093836.yaml

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.11.0 (August 03, 2023)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#117](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/117))
6+
7+
ENHANCEMENTS:
8+
9+
* int64validator: Added `equalToProductOf` validator ([#129](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/129))
10+
11+
BUG FIXES:
12+
13+
* stringvalidator: Removed double quoting in `Description` returned from `NoneOf`, `NoneOfCaseInsensitive`, `OneOf` and `OneOfCaseInsensitive` validators ([#152](https://github.com/hashicorp/terraform-plugin-framework-validators/issues/152))
14+
115
## 0.10.0 (February 08, 2023)
216

317
ENHANCEMENTS:

0 commit comments

Comments
 (0)