Skip to content

Commit fe4b2bd

Browse files
Update changelog
1 parent 4ba612d commit fe4b2bd

File tree

7 files changed

+26
-28
lines changed

7 files changed

+26
-28
lines changed

.changes/0.4.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.4.0 (June 21, 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. ([#40](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/40))
6+
7+
ENHANCEMENTS:
8+
9+
* datasource/timeouts: Add default description for read ([#51](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/51))
10+
* resource/timeouts: Add default description for create, delete, read and update ([#51](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/51))
11+
* resource/timeouts: Add opts for `CreateDescription`, `ReadDescription`, `UpdateDescription` and `DeleteDescription` to allow overriding of default description ([#51](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/51))
12+
* datasource/timeouts: Add `BlockWithOpts()` and `AttributesWithOpts()` functions to allow overriding of default description ([#51](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/51))
13+

.changes/unreleased/ENHANCEMENTS-20230428-174331.yaml

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

.changes/unreleased/ENHANCEMENTS-20230428-174412.yaml

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

.changes/unreleased/ENHANCEMENTS-20230609-112245.yaml

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

.changes/unreleased/ENHANCEMENTS-20230609-112409.yaml

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

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

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.4.0 (June 21, 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. ([#40](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/40))
6+
7+
ENHANCEMENTS:
8+
9+
* datasource/timeouts: Add default description for read ([#51](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/51))
10+
* resource/timeouts: Add default description for create, delete, read and update ([#51](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/51))
11+
* resource/timeouts: Add opts for `CreateDescription`, `ReadDescription`, `UpdateDescription` and `DeleteDescription` to allow overriding of default description ([#51](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/51))
12+
* datasource/timeouts: Add `BlockWithOpts()` and `AttributesWithOpts()` functions to allow overriding of default description ([#51](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/51))
13+
114
## 0.3.1 (February 13, 2023)
215

316
BUG FIXES:

0 commit comments

Comments
 (0)