Skip to content

Commit

Permalink
Update changelog for v0.8.13 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Jan 21, 2025
1 parent e5088ea commit cef8a33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.13 - 2025-01-21

## Features

* Added support for authenticating with service accounts. [#690](https://github.com/MaterializeInc/terraform-provider-materialize/pull/690)

## 0.8.12 - 2024-12-20

## Features
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func Provider(version string) *schema.Provider {
DefaultFunc: schema.EnvDefaultFunc("MZ_SSLMODE", "require"),
Description: "For testing purposes, the SSL mode to use.",
},
// TODO: Switch name to Admin Endpoint for consistency:
// TODO: Switch name to Admin Endpoint for consistency
"endpoint": {
Type: schema.TypeString,
Optional: true,
Expand Down

0 comments on commit cef8a33

Please sign in to comment.