Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter committed Apr 22, 2024
1 parent 3d41467 commit 26e8df7
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,46 @@
## 0.2.0

### BREAKING CHANGES

- rename "archived" to "disabled"

### FEATURES

#### Added new verification support

- Ebay
- Enode
- FrontApp
- Linear
- Orb
- Pylon
- Shopline
- Telnyx
- TokenIo

#### Added JSON source verification support

Useful when Hookdeck supports the verification type but the Terraform provider hasn't been updated yet.

```tf
resource "hookdeck_source_verification" "verification_example" {
source_id = hookdeck_source.example.id
verification = {
json = jsonencode({
type = "stripe"
configs = {
webhook_secret_key = "secret"
}
})
}
}
```

## 0.1.4

FEATURES:
### FEATURES

Added verfication support for:
Added verification support for:

- CloudSignal
- Courier
Expand All @@ -15,4 +53,4 @@ Added verfication support for:
- Square
- Trello
- Twitch
- Wix
- Wix

0 comments on commit 26e8df7

Please sign in to comment.