Skip to content

Commit 5cb292c

Browse files
Update changelog
1 parent 0448ecc commit 5cb292c

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.changes/1.9.0.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 1.9.0 (July 09, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* knownvalue: Add `Int32Exact` check for int32 value testing. ([#356](https://github.com/hashicorp/terraform-plugin-testing/issues/356))
6+
* knownvalue: Add `Float32Exact` check for float32 value testing. ([#356](https://github.com/hashicorp/terraform-plugin-testing/issues/356))
7+

.changes/unreleased/ENHANCEMENTS-20240626-163240.yaml

-5
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240626-163311.yaml

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.9.0 (July 09, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* knownvalue: Add `Int32Exact` check for int32 value testing. ([#356](https://github.com/hashicorp/terraform-plugin-testing/issues/356))
6+
* knownvalue: Add `Float32Exact` check for float32 value testing. ([#356](https://github.com/hashicorp/terraform-plugin-testing/issues/356))
7+
18
## 1.8.0 (May 17, 2024)
29

310
FEATURES:

0 commit comments

Comments
 (0)