diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd6bc54b..532ea20de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.20.0 (unreleased) +## 1.19.2 (July 28, 2020) CHANGED: diff --git a/hcloud/provider.go b/hcloud/provider.go index e2ca791b6..5cc954ea5 100644 --- a/hcloud/provider.go +++ b/hcloud/provider.go @@ -75,7 +75,7 @@ func Provider() terraform.ResourceProvider { func providerConfigure(d *schema.ResourceData) (interface{}, error) { opts := []hcloud.ClientOption{ hcloud.WithToken(d.Get("token").(string)), - hcloud.WithApplication("hcloud-terraform", "1.18.1"), + hcloud.WithApplication("hcloud-terraform", "1.19.2"), } if endpoint, ok := d.GetOk("endpoint"); ok { opts = append(opts, hcloud.WithEndpoint(endpoint.(string)))