Skip to content

Commit 26e8df7

Browse files
authored
Update CHANGELOG.md for v0.2.0
1 parent 3d41467 commit 26e8df7

File tree

1 file changed

+41
-3
lines changed

1 file changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,46 @@
1+
## 0.2.0
2+
3+
### BREAKING CHANGES
4+
5+
- rename "archived" to "disabled"
6+
7+
### FEATURES
8+
9+
#### Added new verification support
10+
11+
- Ebay
12+
- Enode
13+
- FrontApp
14+
- Linear
15+
- Orb
16+
- Pylon
17+
- Shopline
18+
- Telnyx
19+
- TokenIo
20+
21+
#### Added JSON source verification support
22+
23+
Useful when Hookdeck supports the verification type but the Terraform provider hasn't been updated yet.
24+
25+
```tf
26+
resource "hookdeck_source_verification" "verification_example" {
27+
source_id = hookdeck_source.example.id
28+
verification = {
29+
json = jsonencode({
30+
type = "stripe"
31+
configs = {
32+
webhook_secret_key = "secret"
33+
}
34+
})
35+
}
36+
}
37+
```
38+
139
## 0.1.4
240

3-
FEATURES:
41+
### FEATURES
442

5-
Added verfication support for:
43+
Added verification support for:
644

745
- CloudSignal
846
- Courier
@@ -15,4 +53,4 @@ Added verfication support for:
1553
- Square
1654
- Trello
1755
- Twitch
18-
- Wix
56+
- Wix

0 commit comments

Comments
 (0)