diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e03e9b..823c1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +## [0.2.2] - 2024-10-17 + +### Fixed: + +- Fixed logo url + ## [0.2.1] - 2024-10-15 ### Fixed: diff --git a/provider/resources.go b/provider/resources.go index 528f46c..680617b 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -48,7 +48,7 @@ func Provider() tfbridge.ProviderInfo { DisplayName: "CrateDB", Publisher: "komminarlabs", Version: version.Version, - LogoURL: "https://avatars.githubusercontent.com/u/5713248?s=200&v=4", + LogoURL: "https://avatars.githubusercontent.com/u/4048232?s=48&v=4", PluginDownloadURL: "github://api.github.com/komminarlabs", Description: "A Pulumi package for creating and managing CrateDB resources.", Keywords: []string{"pulumi", "cratedb", "category/database"},