Skip to content

Commit c859223

Browse files
committed
Update changelog for v0.8.18
1 parent 3f782b6 commit c859223

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.8.18 - 2025-06-20
4+
5+
### Features
6+
7+
* Added `url` attribute to the `materialize_source_webhook` resource, allowing retrieving the webhook URL after creation [#718](https://github.com/MaterializeInc/terraform-provider-materialize/pull/718)
8+
9+
### Misc
10+
* Routine dependency updates: [#716](https://github.com/MaterializeInc/terraform-provider-materialize/pull/716)
11+
312
## 0.8.17 - 2025-06-03
413

514
### Bug Fixes

pkg/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func Provider(version string) *schema.Provider {
3838
DefaultFunc: schema.EnvDefaultFunc("MZ_SSLMODE", "require"),
3939
Description: "For testing purposes, the SSL mode to use.",
4040
},
41-
// TODO: Switch name to Admin Endpoint for consistency
41+
// TODO: Switch name to Admin Endpoint for consistency:
4242
"endpoint": {
4343
Type: schema.TypeString,
4444
Optional: true,

0 commit comments

Comments
 (0)