Skip to content

Commit 79a5bee

Browse files
committed
Updating CHANGELOG
1 parent 6de121a commit 79a5bee

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.changelog/5.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
```release-note:feature
2-
Introduced `timeouts` package with `Block()`, `BlockAll()`, `Attributes()` and `AttributesAll()` schema mutation functions
2+
Introduced `timeouts` package with `Block()`, `BlockAll()`, `Attributes()` and `AttributesAll()` schema mutation functions and `Create()`, `Read()`, `Update()` and `Delete()` object parsing functions
3+
```
4+
5+
```release-note:feature
6+
Introduced `validators` package with `TimeDuration()` function to obtain time duration validator
37
```

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 0.1.0 (September 22, 2022)
2+
3+
FEATURES:
4+
* Introduced `timeouts` package with `Block()`, `BlockAll()`, `Attributes()` and `AttributesAll()` schema mutation functions and `Create()`, `Read()`, `Update()` and `Delete()` object parsing functions ([#5](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/5))
5+
* Introduced `validators` package with `TimeDuration()` function to obtain time duration validator ([#5](https://github.com/hashicorp/terraform-plugin-framework-timeouts/issues/5))
6+

0 commit comments

Comments
 (0)